Skip to content

Create tag

POST
/v1/teams/{teamId}/tags

Creates a new tag in the team. The tag name must be unique within the team.

Authorizations

BearerAuth

API token provided in the Authorization header as a Bearer token.

Type
HTTP (bearer)

Request Body

application/json
JSON
{
  
"name": "bug"
}

Responses

Tag successfully created.

application/json
JSON
{
  
"id": "019a77e7-5105-774f-ac0b-1b9b18f8366a",
  
"name": "ui"
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI