diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-07-12 11:36:10 +0000 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2017-07-12 10:41:12 -0500 |
commit | 9355d91c5bec7d2e97bf20d91398d692acce2bcf (patch) | |
tree | ef960617ae0a650c71332ff11e2fa7f4fde3bbb0 /doc/api/users.md | |
parent | 462ef2d83840195ea77c1c41abec6e2bfbe0fa02 (diff) | |
download | gitlab-ce-9-3-stable-patch-7.tar.gz |
Merge branch '34325-reinstate-is_admin-for-user-api' into 'master'9-3-stable-patch-7
Return `is_admin` attribute in the GET /user endpoint for admins
Closes #34325
See merge request !12811
Diffstat (limited to 'doc/api/users.md')
-rw-r--r-- | doc/api/users.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/users.md b/doc/api/users.md index 43d53756e44..6a8ca8fe564 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -356,7 +356,7 @@ GET /user Parameters: -- `sudo` (required) - the ID of a user +- `sudo` (optional) - the ID of a user to make the call in their place ``` GET /user |