X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2858d8075d2178fa252af4e585687855e3b30dc2..49fb55aa1a9fb35d8e7e620717cb42f77d448a43:/services/api/app/controllers/arvados/v1/container_requests_controller.rb diff --git a/services/api/app/controllers/arvados/v1/container_requests_controller.rb b/services/api/app/controllers/arvados/v1/container_requests_controller.rb index a92afe4a6f..47ea16e342 100644 --- a/services/api/app/controllers/arvados/v1/container_requests_controller.rb +++ b/services/api/app/controllers/arvados/v1/container_requests_controller.rb @@ -1,2 +1,13 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class Arvados::V1::ContainerRequestsController < ApplicationController + accept_attribute_as_json :environment, Hash + accept_attribute_as_json :mounts, Hash + accept_attribute_as_json :runtime_constraints, Hash + accept_attribute_as_json :command, Array + accept_attribute_as_json :filters, Array + accept_attribute_as_json :scheduling_parameters, Hash + accept_attribute_as_json :secret_mounts, Hash end