Update Session
Update a session’s metadata before it is committed. Use this to attach or correct patient_details, change the requested templates, adjust language_hint, or switch session_mode / model. session_mode and model can only be changed while the session is still open (before End Session) — attempting to change them afterwards returns 409. Unknown fields are rejected.
patient_details, templates, language_hint, etc. Send only the fields you want to change.
session_mode and model can only be changed before End Session — afterwards the call returns 409.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Session ID returned by Create Session
"ses_abc123def456"
Body
Patient demographic / identifier metadata. The oid key is promoted to patient_oid for indexing.
Replace the requested template IDs (up to 2).
ISO 639-1 code(s) hinting the spoken language(s).
Arbitrary pass-through metadata merged into the session.
Updatable only before the session is committed (End Session).
consultation, dictation Updatable only before the session is committed (End Session).
pro, lite Client-side session status marker.
Processing status override (advanced use).

