v1
latestOpenAPI 3.0.32026-07-26229361630.0 KBsessions
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.
patch/voice/v1/sessions/{session_id}
Path parameters
session_idstring required
Example:ses_abc123def456
Session ID returned by Create Session
Request body
Response
Session updated
Example response
{
"status": "success",
"message": "Session updated successfully"
}