v1
latestOpenAPI 3.1.02026-07-135055368.9 KBConversations
Update a Specific Conversation by ID
Update a Specific Conversation by ID
put/v1/conversations/{conversation_id}
Path parameters
conversation_idstring required
ID of the conversation
ID of the conversation
Request body
Example request
{
"source": "device12345",
"agentId": "aia.1719914136.zl2fxvXB",
"transcriptSummary": "The conversation was about resolving billing issues.",
"transcriptRecordingUrl": "http://example.com/recording",
"adminComments": [
{
"comment": "good",
"rating": 5
}
]
}Response
Conversation updated successfully