diff options
author | 2018-10-20 21:55:21 +0100 | |
---|---|---|
committer | 2018-10-20 21:55:21 +0100 | |
commit | 4c610d1478c76ed22724db18dfa838b7a10d9d55 (patch) | |
tree | 5856d7d145059ed8cc308ad43dd98314e1bcf5e2 /api | |
parent | fixed linting (diff) |
added whitespace before headers
Diffstat (limited to 'api')
-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 """ |