Update Label
Labels
Update Label
Update an existing label in the specified workspace.
PUT
Update Label
JSON Request Example
📝 Field Requirements
| Field | Type | Required | Notes |
|---|---|---|---|
name | string (max 255) | Yes | New label name (must be unique within the workspace). |
color | string (max 7) | No | Hex color code (e.g., #00AA00). Optional. |
💡 Notes
- The label name must remain unique within the workspace
- You can update just the name, just the color, or both fields
- Updating a label does not affect contacts already tagged with this label
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the workspace.
ID of the label.
Body
application/json