This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
curl --location -g --request PUT '{{subdomain}}/api2/api2/client_appointments/{{id}}.json' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"ClientAppointment": {
"date": "2023-03-24 14:00:00",
"end_date": "2023-03-24 15:30:00",
"body": "Rescheduled consultation with extended time",
"status": 1
}
}'
{}