X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cda441b1b6e50811c7dbd8d5c61ead1b39c91857..055b9792b7692d6c42f4e13d38dc6cd008396a6f:/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 434550c13f..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,3 +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