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
.
Headers
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
"copiloteu"
Path Parameters
The unique identifier of the interaction to which the fact belongs.
The unique identifier of the fact to update.
Body
The updated text of the fact.
The updated origin of the fact.
core
, system
, user
The updated group key for the fact.
"other"
Indicates whether the fact should be marked as discarded.
Response
The unique identifier of the fact.
The updated text content of the fact.
The updated group key to which the fact belongs.
"other"
The unique identifier of the associated group.
The updated origin of the fact.
core
, system
, user
Indicates whether the fact is marked as discarded.
The original timestamp when the fact was created.
The timezone offset for the creation timestamp.
"+00:00"
The timestamp when the fact was last updated.
The timezone offset for the last update timestamp.
"+00:00"
Was this page helpful?