Tags
Labels used to categorize, filter, and classify resources. Learn more about tags here.
Create a new tag for the workspace.
Authorizations
Body
namestringOptionalExample:
Indicates the name of the tag.
Sample TagdescriptionstringOptionalExample:
Indicates the description of the tag.
This is a sample tag.colorstringOptionalExample:
Defines the different colors of the tags.
#4299E1Responses
201
Created
application/json
400
Bad Request
500
Internal Server Error
post
/api/v1/tagUse this endpoint to update tag name, color, or icon.
Authorizations
Path parameters
tag_idstringRequiredExample:
The ID of the tag to update.
38040671-8f1d-4322-b895-4fd7b73317bfBody
colorstringRequiredExample:
Represents the color of the tags.
#316650Responses
204
No Content
404
Not Found
500
Internal Server Error
patch
/api/v1/tag/{tag_id}No content
Last updated
Was this helpful?