facts
Update Fact
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
.
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 to which the fact belongs. Must be a valid UUID.
The unique identifier of the fact to update. Must be a valid UUID.
Body
application/json
Response
200
application/json
Returns the updated fact, including updated fields.
The response is of type object
.