ConversationSummaries
Update Conversation Summary
Partially update a specific conversation summary by its ID. Only provided fields will be updated. The updated timestamp will be automatically set. This allows for selective updates without needing to provide all fields.
patch/v1/Stores/{storeId}/Profiles/{profileId}/ConversationSummaries/{summaryId}
Request body
Example request
{
"source": "conversations",
"content": "Customer discussed billing concerns and was satisfied with the resolution provided during this conversation.",
"occurredAt": "2025-01-15T10:15:30Z",
"conversationId": "conv_conversation_00000000000000000000000000"
}Response
Conversation summary update accepted and is being processed.
Example response
{
"message": "Conversation summary update accepted"
}