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
cURL
Authorizations
Input your token
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. Must be a valid UUID.
Example:
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Body
application/json
Response
200
application/json
Returns the list of successfully updated facts.
The response is of type object
.
cURL