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
}Changes
No recorded changes to this endpoint across all 10 revisions of this API.