Skip to main content
PATCH
Update Existing Label
Required token scopes: Manage labels

Authorizations

Authorization
string
header
required

API token generated in Texter: gear icon → Developers → API Tokens. When creating a token, assign it the scopes required by the endpoints you plan to call - each endpoint lists its required scopes.

Path Parameters

labelId
string
required

The unique identifier of the label. You can retrieve all existing labels using the List All Labels endpoint

Body

application/json
name
string

New label name (1-100 characters)

Required string length: 1 - 100
color
string

New label color in full hex format

Response

Label updated. Body is the plain text OK