Skip to main content
PUT
Update a tag.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Path Parameters

tag_id
string
required

Body

application/json

Tag update data

Request body for updating a tag

name
string

Tag name

color
string

Tag color (hex code)

description
string

Tag description

Response

Updated tag

Tag object

id
string

Tag ID

companyId
string

Company ID

name
string

Tag name

color
string

Tag color (hex code)

description
string

Tag description

created
number

Creation timestamp

updated
number

Last update timestamp