Labels
Update Label
Update an existing label with new information
PUT
Update Label
Updates an existing label with new name or color information.Request
The ID of the label to update
The name of the label
Hex color code for the label (e.g., “#ff0000” for red)
Response
Unique identifier for the updated label
The updated name of the label
The updated hex color code of the label
Information about the label’s workspace
Creation timestamp in workspace timezone
Last update timestamp in workspace timezone
Code Examples
Error Codes
Validation errors or invalid parameters
Missing or invalid API token
Token does not have ‘labels’ permission
Label not found or user does not have access to the label’s workspace
Validation errors in request data