v1
latestOpenAPI 3.1.02026-07-2676188241.3 KBFacts
Update Fact
Updates an existing fact associated with a specific interaction.
patch/interactions/{id}/facts/{factId}
Path parameters
idstring uuid required
Example:f47ac10b-58cc-4372-a567-0e02b2c3d479
The unique identifier of the interaction. Must be a valid UUID.
factIdstring uuid required
The unique identifier of the fact to update. Must be a valid UUID.
Example:3c9d8a12-7f44-4b3e-9e6f-9271c2bbfa08
The unique identifier of the fact to update. Must be a valid UUID.
Headers
Tenant-Namestring required
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
Example:base
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
Request body
Example request
{
"group": "other"
}Response
Returns the updated fact, including updated fields.
Example response
{
"id": "3c9d8a12-7f44-4b3e-9e6f-9271c2bbfa08",
"group": "other",
"groupId": "f47ac10b-58cc-4372-a567-0e02b2c3d479"
}