---
title: "Update Chat Title"
method: PATCH
path: "/chats/{chat_id}/title"
---

# Update Chat Title

`PATCH /chats/{chat_id}/title`

Update the title of a chat conversation.

## Path parameters

- `chat_id` string, required

## Query parameters

- `title` string, required — New title for the chat

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- ChatTitleResponse — Response for chat title update endpoint
  - `status` string, required
  - `message` string, required
  - `title` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/morphik-org/apis/fastapi.md) · [All operations](https://skmtc.net/morphik-org/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morphik-org/fastapi/versions/2d9291c3821d/schema)
