Skip to main content
PATCH
Update tag value color

Headers

x-api-key
string | null

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Path Parameters

key
string
required

Tag key (group)

Example:

"env"

Body

application/json

Body for PATCH /v1/tag-values/{key}. The value rides in the body, not the path, so values containing / stay addressable.

value
string
required

Tag value (label) under the key to recolor.

color
string
required

Palette color name to assign to this (key, value).

Response

Successfully recolored tag value

Tag-value color registry entry: the palette color assigned to a grouped (key, value) pair.

key
string
required
value
string
required
color
string
required
workflow_count
integer
default:0

Number of non-deleted workflows currently carrying this (key, value) label.