Update Interaction
Modifies an existing interaction by updating specific fields without overwriting the entire record.
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 update. Must be a valid UUID.
Body
The unique identifier of the medical professional responsible for this interaction. If nulled, automatically set to a uuid.
Details of the encounter being updated.
Patient-related updates.
Response
Unique identifier for the interaction.
A unique identifier for the medical professional responsible for this interaction. If nulled, automatically set to a uuid.
Information about the encounter, including type, status, and timing.
Details about the patient involved in the interaction, if applicable.
The timestamp when the interaction concluded (UTC).
The timestamp when the interaction was started (UTC).
The timestamp when the interaction was last modified (UTC).
WebSocket URL for streaming real-time interactions. Append a token in the format: /interactions/{interactionID}/streams?token=Bearer token-value-here
The timestamp indicating the last recorded update for this interaction.
Was this page helpful?