---
title: "Rename a team category or tag (merges on name collision)"
method: PATCH
path: "/v3/cms/taxonomy/term"
tags: ["CMS"]
---

# Rename a team category or tag (merges on name collision)

`PATCH /v3/cms/taxonomy/term`

## Request body

- object
  - `teamId` string
  - `kind` 'category' | 'tag', required
  - `oldName` string, required
  - `name` string, required

## Response `200`

Default Response

- object
  - `categories` string[]
  - `tags` string[]

## Other responses

- `400` — Default Response
- `500` — Default Response

## Changes

> 31 revisions in range; 11 could not be searched.

- **2026-07-26** `60ff6690f93c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/cms/taxonomy/term/patch.md)

---

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