Skip to main content
PATCH
Update Appointment
Use the Cobalt id in the URL path. The {id} parameter should be the Cobalt appointment ID returned from API responses or GET endpoints, not the EHR ID.
The update process differs based on the current status of the appointment:

1. Updating Pending or Failed Appointments

For appointments with a status of ‘pending’ or ‘failed’, you can update any attribute of the appointment.

2. Updating Scheduled Appointments

For appointments with a status of ‘scheduled’, you can update the status, note, or visit type.

Example Request for Updating a Pending/Failed Appointment

Example Response

Authorizations

client_id
string
header
required
client_secret
string
header
required
access_token
string
header
required

Path Parameters

id
string
required

The appointment ID

Body

application/json

Updates for pending/failed appointments

mrn
string
location
string
datetime
string
provider
string
type
string
note
string
reason
string

Response

200 - application/json

Successful response

success
boolean
message
string