Update any property of a specific worker record. Enter the ID number followed by the property name and value in the request body.
PATCH
{server_url}/workers/{id}
Sample request body.
{
"available_days": "weekdays",
"available_time": "open"
}