Endpoint
Authentication
Requires authentication via API token or session cookie.Path parameters
The tag ID
Request body
All fields are optional. Provide only the fields you want to update.New tag name (trimmed of whitespace)
New hex color code (3 or 6 digits). Must match pattern
#[0-9A-Fa-f]{3,6}Response
Returns the updated tag object.Unique identifier for the tag
Updated tag name
Updated hex color code
ID of the user who owns this tag
ISO 8601 timestamp of when the tag was created
ISO 8601 timestamp of when the tag was last updated
Examples
Update tag color
Update tag name and color
Response
Errors
tag name already exists - Another tag with this name already exists
Not found - Tag does not exist or doesn’t belong to your account
Unauthorized - Invalid or missing authentication token