From db6102d5e55f7dccdcb42d6b5b436154729014db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Fri, 27 Oct 2017 15:14:34 +0200 Subject: [PATCH] fix typo --- src/c3nav/mapdata/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c3nav/mapdata/api.py b/src/c3nav/mapdata/api.py index e4fdf1e7..0cd6b3b7 100644 --- a/src/c3nav/mapdata/api.py +++ b/src/c3nav/mapdata/api.py @@ -188,7 +188,7 @@ class LocationGroupViewSet(MapdataViewSet): class LocationViewSet(RetrieveModelMixin, GenericViewSet): """ only accesses locations that have can_search or can_describe set to true. - add ?search to onle show locations with can_search set to true + add ?search to only show locations with can_search set to true add ?detailed to show all attributes add ?geometry to show geometries /{id}/ add ?show_redirect=1 to suppress redirects and show them as JSON.