facts
Update Facts
Updates multiple facts associated with an interaction. If the interaction status = "in progress"
, the updated facts will be sent to the client over WebSocket.
PATCH
Headers
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
Example:
"copiloteu"
Path Parameters
The unique identifier of the interaction for which facts are being updated.
Body
application/json
A list of facts to be updated.
Response
200
application/json
Returns the list of successfully updated facts.
A list of updated facts.
Was this page helpful?