diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-04-25 10:57:32 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-04-25 10:57:32 +0000 |
commit | 6dc424c949ab3de9395d821b05d2e1cc5f632ed2 (patch) | |
tree | c74460ecbf621cf8560053560b787cddd9cda6b5 /doc/api/users.md | |
parent | 9a905e1b9f9575bb8d637560cb3c59fd82079d2d (diff) | |
parent | 0befa887b52613831809380d2cd5d3d2bff88220 (diff) | |
download | gitlab-ce-6dc424c949ab3de9395d821b05d2e1cc5f632ed2.tar.gz |
Merge branch '29903-remove-user-is-admin-flag-from-api' into 'master'
Don't display the `is_admin?` flag for user API responses
Closes #29903
See merge request !10846
Diffstat (limited to 'doc/api/users.md')
-rw-r--r-- | doc/api/users.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/api/users.md b/doc/api/users.md index e7ef68cffbc..86027bcc05c 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -62,7 +62,6 @@ GET /users "avatar_url": "http://localhost:3000/uploads/user/avatar/1/index.jpg", "web_url": "http://localhost:3000/john_smith", "created_at": "2012-05-23T08:00:58Z", - "is_admin": false, "bio": null, "location": null, "skype": "", @@ -95,7 +94,6 @@ GET /users "avatar_url": "http://localhost:3000/uploads/user/avatar/2/index.jpg", "web_url": "http://localhost:3000/jack_smith", "created_at": "2012-05-23T08:01:01Z", - "is_admin": false, "bio": null, "location": null, "skype": "", @@ -169,7 +167,6 @@ Parameters: "avatar_url": "http://localhost:3000/uploads/user/avatar/1/cd8.jpeg", "web_url": "http://localhost:3000/john_smith", "created_at": "2012-05-23T08:00:58Z", - "is_admin": false, "bio": null, "location": null, "skype": "", @@ -200,7 +197,6 @@ Parameters: "avatar_url": "http://localhost:3000/uploads/user/avatar/1/index.jpg", "web_url": "http://localhost:3000/john_smith", "created_at": "2012-05-23T08:00:58Z", - "is_admin": false, "bio": null, "location": null, "skype": "", @@ -325,7 +321,6 @@ GET /user "avatar_url": "http://localhost:3000/uploads/user/avatar/1/index.jpg", "web_url": "http://localhost:3000/john_smith", "created_at": "2012-05-23T08:00:58Z", - "is_admin": false, "bio": null, "location": null, "skype": "", |