v1
latestOpenAPI 3.0.02026-07-222980136.7 KBTags
Create a tag in a workspace
post/v1/workspaces/{id}/tags
Path parameters
idstring required
Workspace identifier.
Example:01HX7K2YV9D3M8N0G6Q5R4S3T2
Workspace identifier.
Request body
Example request
{
"name": "Competitors",
"color": "gold"
}Response
The created tag.
Example response
{
"id": "01HX7K2YV9D3M8N0G6Q5R4S3T2",
"workspaceId": "01HX7K2YV9D3M8N0G6Q5R4S3T3",
"name": "Competitors",
"color": "gold"
}