Etiquetas
Update Tag
Update an existing tag
PATCH
Updates the name, color, or label of an existing tag.
Headers
string
requerido
Your API key for authentication. Found in your dashboard under API settings.
Path Parameters
string
requerido
The UUID of the tag to update.
Body
string
New name for the tag.
string
New hex color code (e.g.
#3498DB).string
New display label.
Response
string
UUID of the updated tag.
string
Updated tag name.
string
Updated hex color code.
string
Updated display label.
string
UUID of the organization that owns this tag.
string
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
