From bbc2da2a4bc58e4b9eb2311ee5eb4f299a9cc720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Santos?= Date: Mon, 8 Jul 2019 20:08:43 +0100 Subject: [PATCH] Minor issue on api docs Fix a minor issue on API docs in details endpoint example :pray: --- docs/api/Details.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/Details.md b/docs/api/Details.md index b5405c83..2776bfe2 100644 --- a/docs/api/Details.md +++ b/docs/api/Details.md @@ -24,7 +24,7 @@ but the `class` parameter is left out, then one of the places will be chosen at random and displayed. ``` - https://nominatim.openstreetmap.org/details?placeid= + https://nominatim.openstreetmap.org/details?place_id= ``` Placeids are assigned sequentially during Nominatim data import. The id for a place is different between Nominatim installation (servers) and changes when data gets reimported. Therefore it can't be used as permanent id and shouldn't be used in bug reports.