update editor api docs

This commit is contained in:
Laura Klünder 2017-07-14 00:00:53 +02:00
parent a87d131134
commit 44c59e51a0

View file

@ -18,6 +18,7 @@ class EditorViewSet(ViewSet):
Editor API
/geometries/ returns a list of geojson features, you have to specify ?level=<id> or ?space=<id>
/geometrystyles/ returns styling information for all geometry types
/bounds/ returns the maximum bounds of the map
"""
@staticmethod
def _get_level_geometries(level):