Skip to main content
PATCH
Update Slot

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

slot_id
string<uuid>
required

Body

application/json

Only notes and cancellable/missed status are patchable. TRANSMITTED is set exclusively via POST /scheduler/{id}/transmit to preserve the transmitted_by / transmitted_at audit trail.

status
enum<string> | null
Available options:
PENDING,
TRANSMITTED,
MISSED,
CANCELLED
notes
string | null

Response

Successful Response