---
title: "Update Conversation"
method: PATCH
path: "/api/conversations/{conversation_id}"
---

# Update Conversation

`PATCH /api/conversations/{conversation_id}`

Update conversation metadata.

This endpoint allows updating conversation details like title.
Only the conversation owner can update the conversation.

## Path parameters

- `conversation_id` string, required

## Request body

- UpdateConversationRequest — Request model for updating conversation metadata.
  - `title` string, required — New conversation title

## Response `200`

Successful Response

- boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/all-hands/apis/openhands.md) · [All operations](https://skmtc.dev/all-hands/apis/openhands/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/all-hands/openhands/revisions/4daa2bb4dbf1/schema)
