Skip to main content
POST
Create Tag

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
teamId
string
required

The ID of the team to create the tag for.

name
string
required

The name of the tag.

color
string | null

The color of the tag (CSS color string).

iconSlug
string | null

The icon slug for the tag.

description
string | null

Optional description of the tag.

Response

Success

data
data · object

The created tag.