facts
Update Fact
When updating a Fact
if the interaction status = "in progress"
then the Client will receive the updated fact over the WebSocket. To discard a fact, simply set discarded = true
PATCH
https://api.{environment}.corti.app/v2/
/
interactions
/
{id}
/
facts
/
{factId}
Path Parameters
The interaction ID representing the context for the request.
The fact ID representing the context for the request.
Body
application/json
Available options:
core
, system
, user
Was this page helpful?