patch http://localhost:3000/scheduling/shifts/
Update shift
Log in to see full request history
Responses
401Unauthorized
Update shift
401Unauthorized
xxxxxxxxxx
curl --request PATCH \
--url http://localhost:3000/scheduling/shifts/shiftId \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"status":"New"}'
Try It!
to start a request and see the response here! Or choose an example: