Labels
Create labels
POST
/
api
/
v1
/
labels
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
requiredcolor
string
requireddescription
string
groupId
string
workspaceId
string
requiredteamId
string
Response
200 - application/json
id
string
createdAt
string
updatedAt
string
deleted
string | null
name
string
color
string
description
string | null
workspaceId
string
teamId
string | null
groupId
string | null
Was this page helpful?