Digitail API
Appointments

Change Appointment status

1min
PUT
https://developer.digitail.io/api/v1/appointment/{id}/change-status
Sandbox server (uses test data)

Permissions needed: EDIT_APPOINTMENTS Shorthand version of appointment update endpoint for changing just status.

Authentication
Bearer
Path Parameters
id
*
Body Parameters
body
*
status
Responses
204
The action was successful but there is no content to return.
400
The request was invalid or contained data that was not allowed.
message
401
The authorization token is missing or invalid.
403
The user is not authorized to perform the requested operation.
422
Bad request
Example
{"message":"The given data was invalid.","errors":{"status":["This value is invalid"]}}
429
The user has sent too many requests in a given amount of time ("rate limiting"). Max 200 requests per minute.