v1
latestOpenAPI 3.0.12026-07-24285462499.1 KBpredefined-locations
Update predefined location
Updates predefined location by id
put/configuration/predefined-locations/{id}
Path parameters
idstring uuid required
Request body
Example request
{
"city": "Bern",
"countryCode": "CH",
"region": "Canton of Bern",
"regionAbbr": "CH-BE",
"address": "Kramgasse 49",
"postalCode": "3011",
"lat": 46.947807,
"lng": 7.4474266,
"title": "Bern Shop #1 (Einstein Haus)",
"identifier": "BE-Einstein_House-1"
}Response
Predefined location successfully updated
Example response
{
"country": "Switzerland",
"region": "Canton of Bern",
"regionAbbr": "CH-BE",
"countryCode": "CH",
"city": "Bern",
"address": "Kramgasse 49",
"postalCode": "3011",
"title": "Bern Shop #1 (Einstein Haus)",
"identifier": "BE-Einstein_House-1",
"lat": 46.947807,
"lng": 7.4474266
}