Skip to main content
PATCH
/
v1
/
tag-keys
/
{key}
Update tag key
curl --request PATCH \
  --url https://api.skyvern.com/v1/tag-keys/{key} \
  --header 'Content-Type: application/json' \
  --data '
{
  "description": "<string>"
}
'
{
  "key": "<string>",
  "description": "<string>"
}

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 to update

Body

application/json

Body for PATCH /v1/tag-keys/{key}.

description
string | null

Free-form description (max 500 chars). Pass null to clear.

Response

Successfully updated tag key

Tag-key registry entry.

key
string
required
description
string | null