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
66ac2812
Commit
66ac2812
authored
Jul 05, 2018
by
Jacopo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds avatar url and web_url to the docs
parent
87c0a831
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
doc/api/members.md
doc/api/members.md
+16
-0
No files found.
doc/api/members.md
View file @
66ac2812
...
...
@@ -40,6 +40,8 @@ Example response:
"username"
:
"raymond_smith"
,
"name"
:
"Raymond Smith"
,
"state"
:
"active"
,
"avatar_url"
:
"https://www.gravatar.com/avatar/c2525a7f58ae3776070e44c106c48e15?s=80&d=identicon"
,
"web_url"
:
"http://192.168.1.8:3000/root"
,
"created_at"
:
"2012-10-22T14:13:35Z"
,
"access_level"
:
30
},
...
...
@@ -48,6 +50,8 @@ Example response:
"username"
:
"john_doe"
,
"name"
:
"John Doe"
,
"state"
:
"active"
,
"avatar_url"
:
"https://www.gravatar.com/avatar/c2525a7f58ae3776070e44c106c48e15?s=80&d=identicon"
,
"web_url"
:
"http://192.168.1.8:3000/root"
,
"created_at"
:
"2012-10-22T14:13:35Z"
,
"access_level"
:
30
}
...
...
@@ -82,6 +86,8 @@ Example response:
"username"
:
"raymond_smith"
,
"name"
:
"Raymond Smith"
,
"state"
:
"active"
,
"avatar_url"
:
"https://www.gravatar.com/avatar/c2525a7f58ae3776070e44c106c48e15?s=80&d=identicon"
,
"web_url"
:
"http://192.168.1.8:3000/root"
,
"created_at"
:
"2012-10-22T14:13:35Z"
,
"access_level"
:
30
},
...
...
@@ -90,6 +96,8 @@ Example response:
"username"
:
"john_doe"
,
"name"
:
"John Doe"
,
"state"
:
"active"
,
"avatar_url"
:
"https://www.gravatar.com/avatar/c2525a7f58ae3776070e44c106c48e15?s=80&d=identicon"
,
"web_url"
:
"http://192.168.1.8:3000/root"
,
"created_at"
:
"2012-10-22T14:13:35Z"
,
"access_level"
:
30
},
...
...
@@ -98,6 +106,8 @@ Example response:
"username"
:
"foo_bar"
,
"name"
:
"Foo bar"
,
"state"
:
"active"
,
"avatar_url"
:
"https://www.gravatar.com/avatar/c2525a7f58ae3776070e44c106c48e15?s=80&d=identicon"
,
"web_url"
:
"http://192.168.1.8:3000/root"
,
"created_at"
:
"2012-11-22T14:13:35Z"
,
"access_level"
:
30
}
...
...
@@ -131,6 +141,8 @@ Example response:
"username"
:
"raymond_smith"
,
"name"
:
"Raymond Smith"
,
"state"
:
"active"
,
"avatar_url"
:
"https://www.gravatar.com/avatar/c2525a7f58ae3776070e44c106c48e15?s=80&d=identicon"
,
"web_url"
:
"http://192.168.1.8:3000/root"
,
"created_at"
:
"2012-10-22T14:13:35Z"
,
"access_level"
:
30
,
"expires_at"
:
null
...
...
@@ -166,6 +178,8 @@ Example response:
"username"
:
"raymond_smith"
,
"name"
:
"Raymond Smith"
,
"state"
:
"active"
,
"avatar_url"
:
"https://www.gravatar.com/avatar/c2525a7f58ae3776070e44c106c48e15?s=80&d=identicon"
,
"web_url"
:
"http://192.168.1.8:3000/root"
,
"created_at"
:
"2012-10-22T14:13:35Z"
,
"access_level"
:
30
}
...
...
@@ -200,6 +214,8 @@ Example response:
"username"
:
"raymond_smith"
,
"name"
:
"Raymond Smith"
,
"state"
:
"active"
,
"avatar_url"
:
"https://www.gravatar.com/avatar/c2525a7f58ae3776070e44c106c48e15?s=80&d=identicon"
,
"web_url"
:
"http://192.168.1.8:3000/root"
,
"created_at"
:
"2012-10-22T14:13:35Z"
,
"access_level"
:
40
}
...
...
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