who-working

Change a shift property value by ID

Update any property of a specific shift. Enter the ID number followed by the property name and value in the request body.

HTTP method

PATCH

URL

{server_url}/shifts/{id}

Sample request body.

{
    "date": "2024-07-22",
    "status": "open"
}