summaryrefslogtreecommitdiff
path: root/doc/api/users.md
diff options
context:
space:
mode:
authorMatthew Monaco <matt@monaco.cx>2014-06-18 11:49:39 -0600
committerMatthew Monaco <matt@monaco.cx>2014-11-03 15:37:13 -0700
commit5f682094d9b7c985ad62ebe29664bb6fe87b54be (patch)
treeb5b50566c04a62ea186da1ce41d3634fb015b125 /doc/api/users.md
parentd7c50b4a95b5530ae0e2f5249cfd9a419dd940c6 (diff)
downloadgitlab-ce-5f682094d9b7c985ad62ebe29664bb6fe87b54be.tar.gz
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