From 8413d227fb1f7e670d2f7d8e44625f266adfac2f Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 6 Apr 2014 17:00:13 -0300 Subject: [PATCH] missed the success response --- luncho/blueprints/groups.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/luncho/blueprints/groups.py b/luncho/blueprints/groups.py index 8e84635..b5f79ca 100644 --- a/luncho/blueprints/groups.py +++ b/luncho/blueprints/groups.py @@ -166,6 +166,15 @@ def create_group(): { "name": "Name for the group" } + **Success (200)**: + + .. sourcecode:: http + + HTTP/1.1 200 OK + Content-Type: text/json + + { "status": "OK", "id": } + **User not found (via token) (404)**: :py:class:`UserNotFoundException`