Tags
Update a tag
Update a tag in the workspace.
PATCH
/
tags
/
{id}
Authorizations
Authorization
string
headerrequiredDefault authentication mechanism
Path Parameters
id
string
requiredThe ID of the tag to update.
Body
application/json
name
string
The name of the tag to create.
color
enum<string>
The color of the tag. If not provided, a random color will be used from the list: red, yellow, green, blue, purple, pink, brown.
Available options:
red
, yellow
, green
, blue
, purple
, pink
, brown
tag
string
deprecatedThe name of the tag to create.
Response
200 - application/json
id
string
requiredThe unique ID of the tag.
name
string
requiredThe name of the tag.
color
enum<string>
requiredThe color of the tag.
Available options:
red
, yellow
, green
, blue
, purple
, pink
, brown
Was this page helpful?