Update Tag
Tags
Update Tag
Update an existing tag in the specified workspace.
PUT
Update Tag
JSON Request Example
📝 Field Requirements
| Field | Type | Required | Notes |
|---|---|---|---|
name | string (max 255) | Yes | New tag name (must be unique within the workspace). |
💡 Notes
- The tag name must remain unique within the workspace
- Updating a tag does not affect contacts already tagged with this tag
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
New tag name (unique per workspace).
Maximum string length:
255