v1
latestOpenAPI 3.0.32026-07-264955102.7 KBConversations
Update call summary
Replace the markdown content of a call's AI-generated summary.
Only call items have summaries — passing an SMS ID (msg-*) returns 400 INVALID_ITEM_ID. If multiple completed summary templates exist on the same call, set template_key to disambiguate.
patch/v2/api/conversations/items/{id}/summary
Path parameters
idstring required
Example:cll-abc123
Call ID (cll-*)
Request body
Response
Updated summary
Example response
{
"data": {
"id": "cll-abc123",
"version": 4,
"updated_at": "2026-05-12T14:32:11",
"updated_by": {
"id": "usr-abc123",
"name": "Alex Kim"
}
}
}