diff --git a/src/c3nav/editor/api.py b/src/c3nav/editor/api.py index 91537207..995c6825 100644 --- a/src/c3nav/editor/api.py +++ b/src/c3nav/editor/api.py @@ -35,6 +35,7 @@ class EditorViewSet(EditorViewSetMixin, ViewSet): /geometries/ returns a list of geojson features, you have to specify ?level= or ?space= /geometrystyles/ returns styling information for all geometry types /bounds/ returns the maximum bounds of the map + /{path}/ insert an editor path to get an API represantation of it. POST requests on forms are possible as well """ lookup_field = 'path' lookup_value_regex = r'.+'