summaryrefslogtreecommitdiff
path: root/doc/api/users.md
diff options
context:
space:
mode:
authorNihad Abbasov <narkoz.2008@gmail.com>2012-10-19 03:39:02 -0700
committerNihad Abbasov <narkoz.2008@gmail.com>2012-10-19 03:39:02 -0700
commitcf70439e0a61637a8ad12360c53df08320b937b9 (patch)
tree65afe1687cd940b97118fd173a53bd079288e7ed /doc/api/users.md
parent00325a733a76d8388a64e4a38c8f4e70f2a49938 (diff)
downloadgitlab-ce-cf70439e0a61637a8ad12360c53df08320b937b9.tar.gz
update API docs
Diffstat (limited to 'doc/api/users.md')
-rw-r--r--doc/api/users.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/api/users.md b/doc/api/users.md
index 63271ee83b0..c116144d91e 100644
--- a/doc/api/users.md
+++ b/doc/api/users.md
@@ -74,14 +74,12 @@ POST /users
Parameters:
+ `email` (required) - Email
-+ `name` (required) - Name
+ `password` (required) - Password
-+ `password_confirmation` (required) - Password confirmation
++ `name` - Name
+ `skype` - Skype ID
+ `linkedin` - Linkedin
+ `twitter` - Twitter account
-+ `projects_limit` - Limit projects wich user can create
-
++ `projects_limit` - Number of projects user can create
Will return created user with status `201 Created` on success, or `404 Not
found` on fail.