Update tag
Tags
Update tag
All fields are optional. Renaming a tag updates its slug and runs the same uniqueness check as create.
PATCH
Update tag
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The tag's unique ID.
Pattern:
^[0-9abcdefghjkmnpqrstvwxyz]{8}$Example:
"a1b2c3d4"
Body
application/json
Payload to update a tag
Tag color
Available options:
DEFAULT, GRAY, BROWN, ORANGE, YELLOW, GREEN, BLUE, PURPLE, PINK, RED Example:
"BLUE"
The tag name (3..50 chars). The slug is derived from this server-side and updates whenever name changes.
Required string length:
3 - 50Example:
"Marketing"
Response
The updated tag.
A tag.
The tag's unique ID.
Pattern:
^[0-9abcdefghjkmnpqrstvwxyz]{8}$Example:
"a1b2c3d4"
Available options:
DEFAULT, GRAY, BROWN, ORANGE, YELLOW, GREEN, BLUE, PURPLE, PINK, RED ID of the workspace the tag belongs to.
ID of the user who created the tag.
ISO 8601 creation timestamp.
ISO 8601 timestamp of the last update.