Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.3 KB

change-label.md

File metadata and controls

65 lines (45 loc) · 1.3 KB

更改标签

请求方法/请求路径

PUT /ms/openapi/api/apigw/v3/projects/{projectId}/pipelineGroups/labels

资源描述

更改标签

输入参数说明

Body参数

参数名称 参数类型 必须 参数说明 默认值
body PipelineLabelUpdate 流水线标签更新请求

响应

HTTP代码 说明 参数类型
200 successful operation 数据返回包装模型Boolean

请求样例

curl -X PUT '[请替换为API地址栏请求地址]' \
-H 'X-DEVOPS-UID:xxx'

HEADER样例

accept: application/json
Content-Type: application/json
X-DEVOPS-UID:xxx

返回样例-200

{
  "data" : true,
  "message" : "String",
  "status" : 0
}

PipelineLabelUpdate

参数名称 参数类型 必须 参数说明
groupId string groupId
name string name
id string id

数据返回包装模型Boolean

参数名称 参数类型 必须 参数说明
data boolean 数据
message string 错误信息
status integer 状态码