v1

Update

Updates an appointment. The path must contain the next version number to prevent race conditions. For example, if the current version of the appointment is n, you will need to send a request to this endpoint with /{id}/n+1 to update the appointment. Updating historic versions is not supported.

put/appointments/v1/{id}/{version}

Path parameters

idCommonAppointmentId required— unresolved $ref
versionstring required

Headers

Authorizationstring required

OAuth authentication

Request body

V1MutableAppointment required— unresolved $ref

Response

Response with status 200

V1Appointment required— unresolved $ref

Changes

No recorded changes to this endpoint across all 5 revisions of this API.