PATCH
/
api
/
conversations
/
{conversation_id}
Update Conversation
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

Authorizations

X-Session-API-Key
string
header
required

Path Parameters

conversation_id
string
required

Body

application/json

Request model for updating conversation metadata.

Response

200
application/json

Successful Response

The response is of type boolean.