fix group members api doc: remove emial

This commit is contained in:
Sanster 2016-05-21 22:33:54 +08:00
parent aa060e68ee
commit 69a07cf4d4
1 changed files with 0 additions and 2 deletions

View File

@ -265,7 +265,6 @@ GET /groups/:id/members
{
"id": 1,
"username": "raymond_smith",
"email": "ray@smith.org",
"name": "Raymond Smith",
"state": "active",
"created_at": "2012-10-22T14:13:35Z",
@ -274,7 +273,6 @@ GET /groups/:id/members
{
"id": 2,
"username": "john_doe",
"email": "joh@doe.org",
"name": "John Doe",
"state": "active",
"created_at": "2012-10-22T14:13:35Z",