Skip to main content
POST
Edit label

Authorizations

apikey
string
header
required

Your Pilot Status API key (ps_...). Evolution GO also accepts Authorization: Bearer <key>.

Body

application/json
labelId
string
required

ID of the label to edit.

Example:

"1"

name
string
required

Display name of the label.

Example:

"Priority"

color
integer

Color index for the label.

Example:

3

deleted
boolean

Marks the label as deleted when true.

Example:

false

Response

Success — provider-native response body.

message
string
required

Operation status message; "success" when the label was created/edited/deleted