diff options
author | Valeriy Sizov <vsv2711@gmail.com> | 2012-11-07 03:50:42 -0800 |
---|---|---|
committer | Valeriy Sizov <vsv2711@gmail.com> | 2012-11-07 03:50:42 -0800 |
commit | d6a5e3dad7a8d5aa1eb2220c2c60f068455dbaed (patch) | |
tree | 0add3061531048c554a7cd20ebe79097d8972475 /doc/api | |
parent | 10d881c9cad92169a3105cff0f02601dad4448cf (diff) | |
parent | cf70439e0a61637a8ad12360c53df08320b937b9 (diff) | |
download | gitlab-ce-d6a5e3dad7a8d5aa1eb2220c2c60f068455dbaed.tar.gz |
Merge pull request #1735 from NARKOZ/api
API fixes
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/users.md | 6 |
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. |