Tags

Retrieve all tags

get

Retrieve all tags in a workspace.

Responses
200

All tags in a workspace.

application/json
get
/tags

Create a new tag

post

Create a new tag.

Body
namestringRequired

The tag's name.

Example: Qualified
colorstring · enumRequired

The tag's color.

Possible values:
Responses
post
/tags

Retrieve a single tag

get

Retrieve a tag by its ID.

Path parameters
tagIdstringRequired

The tag's ID.

Example: 981ba079-62a6-442c-8dfb-a72af6e96b8c
Responses
200

A tag.

application/json
get
/tags/{tagId}

Update a tag

patch

Update a tag.

Path parameters
tagIdstringRequired

The tag's ID.

Example: 981ba079-62a6-442c-8dfb-a72af6e96b8c
Body
namestringRequired

The tag's name.

Example: Qualified
colorstring · enumRequired

The tag's color.

Possible values:
Responses
200

The tag that was updated.

application/json
patch
/tags/{tagId}

Delete a tag

delete

Delete a tag.

Path parameters
tagIdstringRequired

The tag's ID.

Example: 981ba079-62a6-442c-8dfb-a72af6e96b8c
Responses
200

The tag that was deleted.

application/json
delete
/tags/{tagId}

Last updated

Was this helpful?