Skip to main content
PATCH
Update appointments

Authorizations

Authorization
string
header
required

API key from Developers → API Keys, sent as Authorization: Bearer .

Path Parameters

id
integer
required

Body

application/json
location_id
integer
appointment_type_id
integer
practitioner_id
integer
resource_id
integer
start
string<date-time>

Format Y-m-d H:i:s

end
string<date-time>

Format Y-m-d H:i:s

columns
integer
note
string | null
Maximum string length: 1000
status
enum<string>
Available options:
pending,
arrived,
cancelled,
missed
cancel_note
string | null
Maximum string length: 1000
cancel_reason_id
integer
metadata
object

Integrator-owned key/value metadata (max 50 keys). Values are strings (≤500 chars), numbers or booleans and read back with the type they were written with. On write, a null value removes the key. Filter with metadata[key]=op:value; number operands compare numerically.

Response

The resource

data
object