This commit is contained in:
Laura Klünder 2017-10-27 15:14:34 +02:00
parent f99779e9de
commit db6102d5e5

View file

@ -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.