v1
latestOpenAPI 3.1.02026-07-22106199311.5 KBShared Pipeline Artifacts
Enable or Disable a Shared Pipeline Artifact Version
Enables or disables a specific version of a shared pipeline artifact. The sharedPipelineIdPrefix identifies the shared pipeline group.
patch/v1/shared-pipelines/artifacts
Request body
Example request
{
"enabled": true,
"sharedPipelineIdPrefix": "my-shared-pipeline",
"versionName": "1.0.0"
}Response
Shared pipeline artifact version updated successfully
Example response
{
"enabled": true,
"versionName": "1.0.0"
}