put https://www.keycafe.com/v0/key/
Edit a key with a PUT request to the endpoint with the key ID.
The post body should contain the data to be updated as a JSON object:
{
"name": "Bob's Home Key",
"description": "The front door key",
"notes": "The cleaners come every Monday at 10:00",
"pickupNote": "Don't mind the dog. He's harmless.",
"address": {
"street": "123 Main St.",
"unit": "1A",
"city": "Vancouver",
"stateProv": "BC",
"country": "Canada",
"postalCode": "A1A1A1"
},
"homeLocation": { "id": 123456 },
"roaming": true
}
Returns the key object if the update succeeded.