1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 class Arvados::V1::PipelineInstancesController < ApplicationController
6 accept_attribute_as_json :components, Hash
7 accept_attribute_as_json :properties, Hash
8 accept_attribute_as_json :components_summary, Hash
11 reload_object_before_update
12 @object.cancel cascade: params[:cascade]