cURL
curl --request PUT \ --url http://localhost:5300/api/v1/pipelines/{pipeline_uuid}/extensions \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{}'
200
Example
{ "code": 0, "msg": "ok", "data": {} }
更新流水线的扩展配置
使用 X-API-Key 请求头进行 API 密钥认证。 示例:X-API-Key: lbk_your_api_key_here
X-API-Key: lbk_your_api_key_here
The body is of type object.
object
扩展更新成功
0
"ok"