Update pipeline
PUT/pipelines/:pipelineId
Updates the details of the pipeline identified by the given pipelineId
.
Note: If labelIds
is null
, empty, or ommitted, existing pipeline labels are removed.
Include labelIds: [<label-id-1>,<label-id-2>]
to override existing labels. Labels to be preserved must be included.
To append a list of labels to multiple pipelines, use /pipelines/labels/add
.
Request
Responses
- 200
- 400
- 403
- 409
OK
Bad request
Operation not allowed
Duplicate element