Path Parameters
The ID of the shift to edit.
Body
application/json
Response
Shift updated successfully (empty response)
The response is of type object
.
curl --request PATCH \
--url https://api.axlehealth.com/api/v2-stable/shifts/{id} \
--header 'Content-Type: application/json' \
--data '{
"time_zone": "America/Chicago",
"start_datetime": "2023-06-10 09:30:00",
"end_datetime": "2023-06-10 17:30:00"
}'
{}
Updates the details of a shift identified by the given ID.
curl --request PATCH \
--url https://api.axlehealth.com/api/v2-stable/shifts/{id} \
--header 'Content-Type: application/json' \
--data '{
"time_zone": "America/Chicago",
"start_datetime": "2023-06-10 09:30:00",
"end_datetime": "2023-06-10 17:30:00"
}'
{}
The ID of the shift to edit.
Shift updated successfully (empty response)
The response is of type object
.