Conversation
Update a conversation
Update fields on a conversation, such as a CSAT score collected in your own UI. Requires server-to-server API credentials.
patch/v1/conversation/{conversationId}
Path parameters
conversationIdstring uuid required
The Lorikeet conversation ID
Request body
Example request
{
"csatScore": 5,
"csatCollectedAt": "2024-01-15T10:35:00Z",
"title": "Question about order tracking"
}