diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-17 12:21:12 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-17 12:21:12 +0200 |
commit | 956e914307029dbfbdb387fd6c0749dd50935fa4 (patch) | |
tree | 1eba4952be74c4bccd1545d047f72b2122719fa8 /doc/api/users.md | |
parent | 51300d9b2a65a43742985847376150229b91c4ca (diff) | |
download | gitlab-ce-956e914307029dbfbdb387fd6c0749dd50935fa4.tar.gz |
Add missing API docs on external user
[ci skip]
Diffstat (limited to 'doc/api/users.md')
-rw-r--r-- | doc/api/users.md | 1 |
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, |