X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/abc22e2b430a57787adaf9b665cff1214b0d87fc..b5c15775caf865d8fed5d4839d4a082f6518bba4:/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