POST
/
api
/
v1
/
labels
/
{labelId}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

labelId
string
required

Body

application/json
name
string
color
string
description
string
groupId
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