PATCH
/
shifts
/
{id}
curl --request PATCH \
  --url https://api.axlehealth.com/api/v2-stable/shifts/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "timezone": "America/Chicago",
  "start_datetime": "2023-06-10 09:30:00",
  "end_datetime": "2023-06-10 17:30:00"
}'
{}

Path Parameters

id
string
required

The ID of the shift to edit.

Body

application/json

Response

204
application/json

Shift updated successfully (empty response)

The response is of type object.