diff options
-rw-r--r-- | api/viewsets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/viewsets.py b/api/viewsets.py index 6c488747..24c2aef9 100644 --- a/api/viewsets.py +++ b/api/viewsets.py @@ -217,7 +217,7 @@ class SnakeIdiomViewSet(ListModelMixin, GenericViewSet): #### Status codes - 200: returned on success - + ## Authentication Requires an API token """ |