v60

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0283227863.6 KB
Tags

Rename tag value

Rename a grouped tag (key, value) to (key, new_value). The cascade re-tags every workflow carrying the old label; the new label inherits the old color. Both values ride in the body so values containing '/' stay addressable. Rejects with 409 when the new value already exists for the key.

patch/v1/tag-values/{key}/rename

Path parameters

keystring required

Tag key (group)

Example:env

Tag key (group)

Headers

x-api-keystring nullable

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

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

Request body

valuestring required

Current tag value (label) under the key to rename.

new_valuestring required

New tag value (label) to rename it to.

Response

Successfully renamed tag value

keystring required
valuestring required
colorstring required
renamed_workflow_countinteger required