put https://www.keycafe.com/v0/access/
Edit a scheduled, single key access with a PUT request to the endpoint with the access ID.
The post body should contain the data to be updated as a JSON object:
{
"accessStartDate": "2016-07-21",
"accessStartTime": "12:45",
"accessEndDate": "2016-07-23",
"accessEndTime": "12:45",
"timeZone": "America/Vancouver",
"name": "Bob S.",
"returnReminder": false
}
Only editing of the fields listed above of scheduled, single key accesses is currently supported. A time zone can not be added after access creation.