aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorGravatar Hasan-Ahmad <[email protected]>2018-10-20 21:55:21 +0100
committerGravatar Hasan-Ahmad <[email protected]>2018-10-20 21:55:21 +0100
commit4c610d1478c76ed22724db18dfa838b7a10d9d55 (patch)
tree5856d7d145059ed8cc308ad43dd98314e1bcf5e2 /api
parentfixed linting (diff)
added whitespace before headers
Diffstat (limited to 'api')
-rw-r--r--api/viewsets.py2
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
"""