Browse Source

missed the success response

master
Julio Biason 10 years ago
parent
commit
8413d227fb
  1. 9
      luncho/blueprints/groups.py

9
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": <new group id> }
**User not found (via token) (404)**:
:py:class:`UserNotFoundException`

Loading…
Cancel
Save