Update any property of a specific shift. Enter the ID number followed by the property name and value in the request body.
PATCH
{server_url}/shifts/{id}
Sample request body.
{ "date": "2024-07-22", "status": "open" }