Update pipeline version
POST/pipelines/:pipelineId/versions/:versionId
Updates the details of the pipeline version specified by pipelineId and versionId. If labelIds is null, empty, or omitted, existing pipeline labels are removed. Include labelIds: [<label-id-1>,<label-id-2>] to override existing labels. To append labels to multiple pipelines, use /pipelines/labels/add.
Request
Responses
- 200
- 400
- 403
- 409
OK
Bad request
Operation not allowed
Duplicate element