Skip to main content
PATCH
Update a tag

Authorizations

Authorization
string
header
required

OAuth 2.1 access token.

Path Parameters

identifier
string
required

Custom field id (UUID) or key (string). Both formats are accepted.

Body

application/json

All fields are optional. Only fields included in the body are modified.

name
string

New display name.

Required string length: 1 - 30
Example:

"Cold Lead"

color_text
string | null

New text color in hex RGB format. Send null to revert to the workspace default.

Pattern: ^#[0-9a-fA-F]{6}$
Example:

"#374152"

color_background
string | null

New background color in hex RGB format. Send null to revert to the workspace default.

Pattern: ^#[0-9a-fA-F]{6}$
Example:

"#e4e6eb"

Response

Tag updated successfully.

data
object