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