Observations
Update Observation
Update a specific transient observation 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}/Observations/{observationId}
Request body
Example request
{
"content": "Customer expressed satisfaction with recent product update during support call.",
"occurredAt": "2025-01-15T10:15:30Z",
"source": "conversational-intelligence",
"conversationIds": [
"conv_conversation_00000000000000000000000000"
]
}Response
Observation update accepted and is being processed.
Example response
{
"message": "Observation update accepted"
}