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
76654c26
Commit
76654c26
authored
Apr 09, 2021
by
Serena Fang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update endpoint documentation
parent
290689d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
doc/api/users.md
doc/api/users.md
+8
-4
No files found.
doc/api/users.md
View file @
76654c26
...
...
@@ -1213,11 +1213,13 @@ GET /user/emails
[
{
"id"
:
1
,
"email"
:
"email@example.com"
"email"
:
"email@example.com"
,
"confirmed?"
:
true
},
{
"id"
:
3
,
"email"
:
"email2@example.com"
"email"
:
"email2@example.com"
,
"confirmed?"
:
false
}
]
```
...
...
@@ -1257,7 +1259,8 @@ Parameters:
```
json
{
"id"
:
1
,
"email"
:
"email@example.com"
"email"
:
"email@example.com"
,
"confirmed?"
:
true
}
```
...
...
@@ -1276,7 +1279,8 @@ Parameters:
```
json
{
"id"
:
4
,
"email"
:
"email@example.com"
"email"
:
"email@example.com"
,
"confirmed?"
:
true
}
```
...
...
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