Update a specific appointment by ID
Provide a Bearer Token
The Uuid of the required appointment model Resource identifier as a UUID
"9a0f170e-0aa0-47db-ab14-4ddcdcbad061"
There is a bug in Laravel where using PATCH as the method when making a request will not work when submitting with a Content-Type of multipart/form-data.
To fix this, the client needs to use POST as the method and add a _method query parameter and set its value to PATCH. This will still route to the PATCH route in laravel.
Note: this is only needed for PATCH endpoints.
PATCH The date and time of the appointment
"2021-01-01T00:00:00.000Z"
The duration of the appointment in minutes
60
Resource identifier as a UUID
"9a0f170e-0aa0-47db-ab14-4ddcdcbad061"
Whether an interpreter is needed for the appointment
true
The language of the interpreter
"English"
The status of the appointment
"waiting"
Whether the call recording is enabled
true
Whether the breakout room is enabled
true
Whether the webcam access for agent is enabled
true
Whether the webcam access for claimant is enabled
true
Whether the webcam background blurring is enabled
true
Whether the microphone access is enabled
true
Whether the screen sharing is enabled
true
Whether the chat messages are enabled
true
Whether the participant list is enabled
true
The bandwidth of the appointment
low, medium, high Whether the custom post call redirect is used
true
The url of the custom post call redirect
The url of the custom post call redirect for agent
The request has succeeded.