PATCH
/
shift-blocks
/
{id}
curl --request PATCH \
  --url https://api.axlehealth.com/api/v2-stable/shift-blocks/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "start_datetime": "2023-06-21T11:45:00-06:00",
  "end_datetime": "2023-06-21T13:00:00-06:00"
}'
{}

Path Parameters

id
string
required

Unique identifier for the shift block

Body

application/json

Response

200
application/json

Successfully updated shift block

The response is of type object.