fix group members api doc: remove emial
This commit is contained in:
parent
aa060e68ee
commit
69a07cf4d4
1 changed files with 0 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue