From 4c610d1478c76ed22724db18dfa838b7a10d9d55 Mon Sep 17 00:00:00 2001 From: Hasan-Ahmad Date: Sat, 20 Oct 2018 21:55:21 +0100 Subject: added whitespace before headers --- api/viewsets.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api') 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 """ -- cgit v1.2.3