cURL
curl --request PATCH \ --url https://app.all-hands.dev/api/conversations/{conversation_id} \ --header 'Content-Type: application/json' \ --header 'X-Session-API-Key: <api-key>' \ --data ' { "title": "<string>" } '
true
Update conversation metadata.
This endpoint allows updating conversation details like title. Only the conversation owner can update the conversation.
Request model for updating conversation metadata.
New conversation title
1 - 200
Successful Response
The response is of type boolean.
boolean
Was this page helpful?