Commit 69a07cf4 authored by Sanster's avatar Sanster

fix group members api doc: remove emial

parent aa060e68
...@@ -265,7 +265,6 @@ GET /groups/:id/members ...@@ -265,7 +265,6 @@ GET /groups/:id/members
{ {
"id": 1, "id": 1,
"username": "raymond_smith", "username": "raymond_smith",
"email": "ray@smith.org",
"name": "Raymond Smith", "name": "Raymond Smith",
"state": "active", "state": "active",
"created_at": "2012-10-22T14:13:35Z", "created_at": "2012-10-22T14:13:35Z",
...@@ -274,7 +273,6 @@ GET /groups/:id/members ...@@ -274,7 +273,6 @@ GET /groups/:id/members
{ {
"id": 2, "id": 2,
"username": "john_doe", "username": "john_doe",
"email": "joh@doe.org",
"name": "John Doe", "name": "John Doe",
"state": "active", "state": "active",
"created_at": "2012-10-22T14:13:35Z", "created_at": "2012-10-22T14:13:35Z",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment