Update Parking SpotCopy Pagepatch https://developer-api.bringg.com/services/OVSr9uUU/{service_uuid1}/{service_uuid2}Update a parking spot using either the ID created by Bringg or your external ID.Body Paramsidint32Bringg's ID for this entity. Required if external_id is not included.external_idstringYour external system's ID for this entity.namestringrequiredThe parking spot display name in Bringg.addressstringThe address of the parking spot. Required if lat and lng are null.latdoubleThe geographical latitude of this parking spot. Required if address is null.lngdoubleThe geographical longitude of this parking spot. Required if address is null.team_external_idstringYour external system's ID for the associated team. Required if team_id is null.team_idint32Bringg's ID for the associated team. Required if team_external_id is null.Response 200200Updated 17 days ago