Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-03-17 13:21:12 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-03-17 13:21:12 +0300
commit956e914307029dbfbdb387fd6c0749dd50935fa4 (patch)
tree1eba4952be74c4bccd1545d047f72b2122719fa8 /doc
parent51300d9b2a65a43742985847376150229b91c4ca (diff)
Add missing API docs on external user
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r--doc/api/users.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/users.md b/doc/api/users.md
index 44a29da5ecc..383e7c76ab0 100644
--- a/doc/api/users.md
+++ b/doc/api/users.md
@@ -220,6 +220,7 @@ Parameters:
- `bio` - User's biography
- `admin` (optional) - User is admin - true or false (default)
- `can_create_group` (optional) - User can create groups - true or false
+- `external` (optional) - Flags the user as external - true or false(default)
Note, at the moment this method does only return a 404 error,
even in cases where a 409 (Conflict) would be more appropriate,