Objects
Update object geo location and postal address
Update the object's geo location and/or postal address. Body uses JSON merge-patch semantics — present fields are applied, omitted fields are left alone. Setting geoLocation to null clears the location (type becomes UNSET); setting postalAddress to null clears every postal field. Updating geoLocation also queues an entry in the object's geo-location history.
patch/v1/objects/{object-id}/location
Path parameters
object-idinteger required
Request body
Response
Location updated; full updated object returned.