diff options
author | Sanster <cwq1913@163.com> | 2016-05-21 22:33:54 +0800 |
---|---|---|
committer | Sanster <cwq1913@163.com> | 2016-05-21 22:33:54 +0800 |
commit | 69a07cf4d4771b9e754ce783b7973b7898480719 (patch) | |
tree | 08c870b522dd2e53a8336325341e8072d543a0c0 /doc | |
parent | aa060e68ee004ac0175682afd30357a26129c0de (diff) | |
download | gitlab-ce-69a07cf4d4771b9e754ce783b7973b7898480719.tar.gz |
fix group members api doc: remove emial
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/groups.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/groups.md b/doc/api/groups.md index 2821bc21b81..1ccb9715e96 100644 --- a/doc/api/groups.md +++ b/doc/api/groups.md @@ -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",
|