Skip to main content
PATCH
Update a Label

Authorizations

Authorization
string
header
required

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

Headers

Accept-Language
string
default:en

The Accept-Language request HTTP header indicates the natural language and locale that the client prefers.

Example:

"en"

Path Parameters

company-id
string<uuid>
required

Company ID

id
string
required

Label ID

Body

application/json
name
string

Label name. Must be unique for a company.

color
string

Hex color code for the label (e.g., '#FF5733')

Pattern: ^#[0-9A-Fa-f]{6}$

Response

OK

data
Label-Read · object
required