Updates an existing fact within a specific interaction. If the interaction status = "in progress"
, the updated fact will be sent to the client via WebSocket. To discard a fact, simply set discarded = true
.
Input your token
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
"copiloteu"
The unique identifier of the interaction. Must be a valid UUID.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
The unique identifier of the fact to update. Must be a valid UUID.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Returns the updated fact, including updated fields.
The response is of type object
.