---
title: "Rename a conversation"
method: POST
path: "/conversations/{convId}/rename/{newName}"
tags: ["conversations"]
---

# Rename a conversation

`POST /conversations/{convId}/rename/{newName}`

Updates the display name of a specific conversation. The new name is passed directly in the URL path.

**Permission:** `Conversations Write` required.

**Monitoring:** No impact.

## Path parameters

- `convId` integer, required
- `newName` string, required

## Response `200`

Conversation successfully renamed.

## Other responses

- `400` — Invalid conversation ID or name format.
- `401` — Unauthorized — missing or invalid API token, or missing `Conversations Write` permission.
- `404` — Conversation not found — no conversation matches the provided ID.
- `500` — Internal server error.

---

[API](https://skmtc.net/ringover/apis/ringover-public-api.md) · [All operations](https://skmtc.net/ringover/apis/ringover-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringover/ringover-public-api/revisions/9da73dd2f99e/schema)
