POST
/
tags

Authorizations

Authorization
string
headerrequired

Default authentication mechanism

Body

application/json
name
string

The name of the tag to create.

color
enum<string>

The color of the tag. If not provided, a random color will be used from the list: red, yellow, green, blue, purple, pink, brown.

Available options:
red,
yellow,
green,
blue,
purple,
pink,
brown
tag
string
deprecated

The name of the tag to create.

Response

201 - application/json
id
string
required

The unique ID of the tag.

name
string
required

The name of the tag.

color
enum<string>
required

The color of the tag.

Available options:
red,
yellow,
green,
blue,
purple,
pink,
brown