]> git.openstreetmap.org Git - nominatim.git/commitdiff
Minor issue on api docs
authorAndré Santos <asantoz@gmail.com>
Mon, 8 Jul 2019 19:08:43 +0000 (20:08 +0100)
committerGitHub <noreply@github.com>
Mon, 8 Jul 2019 19:08:43 +0000 (20:08 +0100)
Fix a minor issue on API docs in details endpoint example :pray:

docs/api/Details.md

index b5405c836e932ef38bc5296b42b55347a73d5476..2776bfe2e24894b3e900d1fe3df7a894aeea949e 100644 (file)
@@ -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=<value>
+  https://nominatim.openstreetmap.org/details?place_id=<value>
 ```
 
 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.