PATCH /api/conversations/{conversation_id}
Update conversation metadata. This endpoint allows updating conversation details like title.
Parameters
| Name | In | Type | Required | Description |
|---|
conversation_id | path | string | yes | — |
Request body
| Field | Type | Required | Description |
|---|
title | string | yes | New conversation title |
Responses
| Status | Description |
|---|
200 | Successful Response |
404 | Item not found |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|
success | boolean | no | — |
Operation ID: update_conversation_api_conversations__conversation_id__patch