Update a property
API Reference
Update a property
Patch any subset of (name, address, notes, icon_emoji). Returns the updated property.
PATCH
Update a property
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Optional idempotency key, scoped to the authenticated account. Repeating a write with the same key + same body returns the original response; same key + different body returns 422 idempotency_key_in_use.
Maximum string length:
255Path Parameters
Body
application/json
Response
Resource updated.