---
title: "Update tag key"
method: PATCH
path: "/v1/tag-keys/{key}"
tags: ["Tags"]
---

# Update tag key

`PATCH /v1/tag-keys/{key}`

Update the description for a tag key.

## Path parameters

- `key` string, required — Tag key to update

## Headers

- `x-api-key` string, nullable — Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

## Request body

- TagKeyUpdate — Body for ``PATCH /v1/tag-keys/{key}``.
  - `description` string, nullable — Free-form description (max 500 chars). Pass null to clear.

## Response `200`

Successfully updated tag key

- TagKey — Tag-key registry entry.
  - `key` string, required
  - `description` string, nullable
  - `workflow_count` integer

## Other responses

- `404` — Tag key not found
- `422` — Description too long

---

[API](https://skmtc.net/skyvern-ai/apis/skyvern-api.md) · [All operations](https://skmtc.net/skyvern-ai/apis/skyvern-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skyvern-ai/skyvern-api/revisions/7024de9949d2/schema)
