X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/43c411ec1441ee1710dc33389d7451f7414a170f..3facf89bf048487ee718fe15d012b489f2d407b7:/services/api/app/controllers/arvados/v1/job_tasks_controller.rb diff --git a/services/api/app/controllers/arvados/v1/job_tasks_controller.rb b/services/api/app/controllers/arvados/v1/job_tasks_controller.rb index d2916242ef..b960d2e9e4 100644 --- a/services/api/app/controllers/arvados/v1/job_tasks_controller.rb +++ b/services/api/app/controllers/arvados/v1/job_tasks_controller.rb @@ -1,2 +1,12 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class Arvados::V1::JobTasksController < ApplicationController + accept_attribute_as_json :parameters, Hash + + def create + return send_error("Unsupported legacy jobs API", + status: 400) + end end