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

## Changes

- **2026-06-09** `e5a0a7c3a5c6` — 1 info
  - added the optional property `workflow_count` to the response with the `200` status
- **2026-06-08** `3a3616091b66` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/skyvern-ai/apis/skyvern-api-2/changes/v1/tag-keys/:key/patch.md)

---

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