PATCH
/
shifts
/
{id}
Edit Shift
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"
}'
{}

Path Parameters

id
string<uuid>
required

The ID of the shift to edit.

Body

application/json

Response

Shift updated successfully (empty response)

The response is of type object.