cURL
curl --request PATCH \ --url https://app.all-hands.dev/api/conversations/{conversation_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "title": "<string>" }'
true
Update conversation details
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Conversation ID
Conversation updated successfully
The response is of type boolean.
boolean
Was this page helpful?