cURL
curl --request PATCH \ --url https://app.heyoo.ai/api/tags/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "color": "red" } '
{ "id": "<string>", "name": "<string>", "color": "red" }
Update a tag in the workspace.
Default authentication mechanism
The ID of the tag to update.
The name of the tag to create.
1 - 50
The color of the tag. If not provided, a random color will be used from the list: red, yellow, green, blue, purple, brown.
red
yellow
green
blue
purple
brown
The updated tag.
The unique ID of the tag.
The name of the tag.
The color of the tag.
Was this page helpful?