diff options
| -rw-r--r-- | api/viewsets.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/api/viewsets.py b/api/viewsets.py index eef0daa0..6c488747 100644 --- a/api/viewsets.py +++ b/api/viewsets.py @@ -214,8 +214,10 @@ class SnakeIdiomViewSet(ListModelMixin, GenericViewSet):      ...    {'idiom': 'Sneky snek'},      ...    {'idiom': 'Snooky Snake'}      ... ] +      #### Status codes      - 200: returned on success +          ## Authentication      Requires an API token      """ | 
