Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here

Path Parameters

tagId
string<uuid>
required

Unique identifier of the tag

Body

application/json

Request body for changing a tag color

color
enum<string>
required

New display color for the tag

Available options:
blue,
green,
purple,
orange,
pink,
teal,
yellow,
red

Response

Successful response

Result of changing a tag color

success
boolean
required

Whether the color change was successful

error
string

Error message if the change failed