Skip to main content
PATCH
Enable or Disable a Shared Pipeline Artifact Version

Authorizations

Authorization
string
header
required

a valid bearer token

Body

application/json
enabled
boolean
required

Whether this version of the shared pipeline is enabled

Example:

true

sharedPipelineIdPrefix
string
required

The prefix identifier grouping related shared pipelines

Minimum string length: 1
Example:

"my-shared-pipeline"

versionName
string
required

The version name of the shared pipeline artifact

Required string length: 1 - 255
Example:

"1.0.0"

Response

Shared pipeline artifact version updated successfully

enabled
boolean

Whether this version of the shared pipeline is enabled

Example:

true

versionName
string

The version name of the shared pipeline artifact

Example:

"1.0.0"