更改标签

Request method/request path

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

Resource description

Change label

Input parameter description

Body parameter

Parameter nameParameter typemustParameter descriptionDefault value

body

is

Pipelined label update request

response

HTTP codedescriptionParameter type

200

successful operation

Request sample

curl -X PUT '[Please replace API address bar request address]' 

HEADER example

accept: application/json Content-Type: application/json 

Return example -200

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

PipelineLabelUpdate

Parameter nameParameter typemustParameter description

groupId

string

no

groupId

name

string

no

name

id

string

no

id

Data return wrapper model Boolean

Parameter nameParameter typemustParameter description

data

boolean

no

data

message

string

no

Error message

status

integer

is

Status code

Last updated