Tags
Create a new tag.
Body
namestringRequiredExample:
The tag's name.
Qualifiedcolorstring · enumRequiredPossible values:
The tag's color.
Responses
201
The tag that was created.
application/json
401
The user is not authenticated.
403
The user does not have permission to perform this operation.
post
/tagsUpdate a tag.
Path parameters
tagIdstringRequiredExample:
The tag's ID.
981ba079-62a6-442c-8dfb-a72af6e96b8cBody
namestringRequiredExample:
The tag's name.
Qualifiedcolorstring · enumRequiredPossible values:
The tag's color.
Responses
200
The tag that was updated.
application/json
401
The user is not authenticated.
403
The user does not have permission to perform this operation.
patch
/tags/{tagId}Last updated
Was this helpful?