Skip to main content
POST
/
api
/
v1
/
pipelines
/
{pipeline_uuid}
/
copy
复制流水线
curl --request POST \
  --url http://localhost:5300/api/v1/pipelines/{pipeline_uuid}/copy \
  --header 'X-API-Key: <api-key>'
{
  "code": 0,
  "data": {
    "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
}

Authorizations

X-API-Key
string
header
required

Path Parameters

pipeline_uuid
string<uuid>
required

Response

复制成功

code
integer
Example:

0

data
object