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
diff options
context:
space:
mode:
authorMatthew Monaco <matt@monaco.cx>2014-06-18 21:49:39 +0400
committerMatthew Monaco <matt@monaco.cx>2014-11-04 01:37:13 +0300
commit5f682094d9b7c985ad62ebe29664bb6fe87b54be (patch)
treeb5b50566c04a62ea186da1ce41d3634fb015b125 /doc/api/users.md
parentd7c50b4a95b5530ae0e2f5249cfd9a419dd940c6 (diff)
Add 'confirm' option to users api
Diffstat (limited to 'doc/api/users.md')
-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 3fdd3a75e88..fec5deebee4 100644
--- a/doc/api/users.md
+++ b/doc/api/users.md
@@ -168,6 +168,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