---
title: "Update Topic"
method: PATCH
path: "/topics/{topic_id}"
tags: ["Project"]
---

# Update Topic

`PATCH /topics/{topic_id}`

Update a topic within a project

## Path parameters

- `topic_id` string, required

## Request body

- object
  - `name` string

## Response `200`

Topic updated successfully

- object — Topic updated successfully

## Other responses

- `404` — Response for status 404
- `409` — Response for status 409

---

[API](https://skmtc.net/peec/apis/peec-ai-customer-api.md) · [All operations](https://skmtc.net/peec/apis/peec-ai-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peec/peec-ai-customer-api/versions/92840a1bffa7/schema)
