Etiquetas
Update Tag
Update an existing tag
PATCH
Updates the name, color, or label of an existing tag.
Headers
Your API key for authentication. Found in your dashboard under API settings.
Path Parameters
The UUID of the tag to update.
Body
New name for the tag.
New hex color code (e.g.
#3498DB).New display label.
Response
UUID of the updated tag.
Updated tag name.
Updated hex color code.
Updated display label.
UUID of the organization that owns this tag.
Timestamp of the last update (ISO 8601).
Error Codes
400 Bad Request— Invalid fields401 Unauthorized— Invalid or missing API key404 Not Found— Tag not found500 Internal Server Error— Server-side error
