Skip to main content
PUT
Update Session

Authorizations

Authorization
string
header
required

Org API key as Token token=ei_live_...

Headers

Idempotency-Key
string | null

Path Parameters

session_id
string
required

Body

application/json

PUT /v1/sessions/{session_id} — reschedule/edit a SCHEDULED session. Partial update; only these fields are writable via the API.

starts_at
string | null
ends_at
string | null
duration_minutes
integer | null
title
string | null
mode
string | null

Response

Successful Response

id
string
required
status
string | null
title
string | null
tutor_id
string | null
student_id
string | null
starts_at
string | null
ends_at
string | null
duration_minutes
integer | null
tutor_pay_rate_cents
integer | null
student_rate_cents
integer | null
amount_owed_cents
integer | null
mode
string | null
subject_id
string | null
created_at
string | null
completed_at
string | null