Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Fix API doc in views.py (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-sitylb authored Oct 31, 2023
1 parent 37ae46e commit 2ce56a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geocity/apps/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class SubmissionViewSet(WFS3DescribeModelViewSetMixin, viewsets.ReadOnlyModelVie
For standard geometric endpoints, please use the following endpoints
1.- Points: /rest/submissions_point/
2.- Lines: /rest/submissions_line/
3.- Polygons: /rest/submissions_polygon/
3.- Polygons: /rest/submissions_poly/
"""

throttle_scope = "submissions"
Expand Down

0 comments on commit 2ce56a2

Please sign in to comment.