Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
69a07cf4
Commit
69a07cf4
authored
May 21, 2016
by
Sanster
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix group members api doc: remove emial
parent
aa060e68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
doc/api/groups.md
doc/api/groups.md
+0
-2
No files found.
doc/api/groups.md
View file @
69a07cf4
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment