---
title: "Rename a topic cluster"
method: PATCH
path: "/v3/topic-clusters/{topicId}"
tags: ["Topic Clusters"]
---

# Rename a topic cluster

`PATCH /v3/topic-clusters/{topicId}`

Updates a topic cluster's name.

## Path parameters

- `topicId` string, required

## Request body

- object
  - `teamId` string — Team ID
  - `topic` string, required — New topic name

## Response `200`

Default Response

- object
  - `id` string
  - `name` string

## Other responses

- `400` — Default Response
- `404` — Default Response
- `409` — Default Response

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/versions/8f92b00b75d6/schema)
