latestOpenAPI 3.1.02026-08-211061591.1 MB
69a962f1578f
Labels
Update Label
Update a personal label.
At least one mutable field must be provided. Passing null for an optional field keeps the existing value unchanged.
post/api/v1/labels/{label_id}
Path parameters
label_idinteger required
String ID of the label
Request body
Example request
{
"name": "Priority",
"order": 12,
"is_favorite": true
}Response
Successful Response
Example response
{
"id": "2147509004",
"name": "Priority",
"color": "berry_red",
"order": 12
}