who-working

Change a worker property value by ID

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

HTTP method

PATCH

URL

{server_url}/workers/{id}

Sample request body.

{
    "available_days": "weekdays",
    "available_time": "open"
}