cURL
curl --request PATCH \ --url https://api.getarbol.com/v1/conversations/{conversationId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>", "summary": "<string>", "contactId": "<string>", "isArchived": true, "metadata": {} } '
{ "error": { "code": "<string>", "message": "<string>", "details": {} }, "requestId": "<string>" }
Update conversation properties, summary, or metadata.
Use your API key from the Arbol dashboard. Go to Settings > API Keys to generate one.
Conversation ID (cnv_ prefix)
Updated conversation