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.
Body
The unique identifier of the medical professional responsible for this interaction.
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.
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).
Timezone offset for the end timestamp.
"+00:00"
The timestamp when the interaction was started (UTC).
Timezone offset for the creation timestamp.
"+00:00"
The timestamp when the interaction was last modified (UTC).
Timezone offset for the updated timestamp.
"+00:00"
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?