pipeline-versions
Update pipeline version
Updates the details of the pipeline version identified by the given pipelineId and versionId. Note: If labelIds is null, empty, or omitted, 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.
post/pipelines/{pipelineId}/versions/{versionId}
Path parameters
pipelineIdinteger required
Pipeline numeric identifier
versionIdstring required
Pipeline version string identifier
Query parameters
workspaceIdinteger
Workspace numeric identifier
Request body
Response
OK