メインコンテンツへスキップ
PUT
/
api
/
v1
/
pipelines
/
{pipeline_uuid}
更新流水线
curl --request PUT \
  --url http://localhost:5300/api/v1/pipelines/{pipeline_uuid} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "name": "<string>",
  "config": {},
  "is_default": true
}
'
{
  "code": 0
}

承認

X-API-Key
string
header
必須

パスパラメータ

pipeline_uuid
string<uuid>
必須

ボディ

application/json
name
string
config
object
is_default
boolean

レスポンス

200 - application/json

操作成功

code
integer
:

0