Skip to main content
POST
Create label
Requires the workspaces:write scope. Any workspace member can create labels.

Request body

string
required
Numeric ID of the workspace to create the label in.
string
required
Label name.
string
default:"gray"
Optional color value. Defaults to "gray" if not provided.

Response

Returns the created label.
number
required
New label identifier.
number
required
Workspace this label belongs to.
string
required
Label name.
string | null
Color value. Defaults to "gray".
string
required
UTC ISO-8601 creation timestamp.