diff options
author | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-02-27 22:59:44 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-02-27 22:59:44 +0000 |
commit | c85935c42acc71e419336ab76633b19132cab278 (patch) | |
tree | 392061562e9c68636c2c3e2c38efa1dc9c7dc2bf /doc | |
parent | 1aa08c2d804e4d71b96d6d09a3dacb1fe6cf90d8 (diff) | |
parent | 0d22b75b03496ced3d783f8fee9584098602ea1c (diff) | |
download | gitlab-ce-c85935c42acc71e419336ab76633b19132cab278.tar.gz |
Merge branch 'mmonaco/gitlab-ce-api-user-noconfirm' into 'master'
Add 'confirm' option to users api
For #1990
Based on https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/129
See merge request !1610
Diffstat (limited to 'doc')
-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 71fa62bdd65..a8b7685b503 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -170,6 +170,7 @@ Parameters: - `bio` (optional) - User's biography - `admin` (optional) - User is admin - true or false (default) - `can_create_group` (optional) - User can create groups - true or false +- `confirm` (optional) - Require confirmation - true (default) or false ## User modification |