diff options
author | Valeriy Sizov <vsv2711@gmail.com> | 2012-10-02 16:34:20 +0300 |
---|---|---|
committer | Valeriy Sizov <vsv2711@gmail.com> | 2012-10-02 16:34:20 +0300 |
commit | d104df49e743a52b42c63a4ccca6be67bdf775d7 (patch) | |
tree | eed0bd830794820f932c7ffa3da554e677c55c49 /doc/api | |
parent | c4883ca225d1f4934cec737769fe22588b2bc8a8 (diff) | |
download | gitlab-ce-d104df49e743a52b42c63a4ccca6be67bdf775d7.tar.gz |
fix TYPO
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/users.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/users.md b/doc/api/users.md index 0e065fc9582..63271ee83b0 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -78,9 +78,9 @@ Parameters: + `password` (required) - Password + `password_confirmation` (required) - Password confirmation + `skype` - Skype ID -+ `linkedin` (required) - Linkedin ++ `linkedin` - Linkedin + `twitter` - Twitter account -+ `projects_limit` - Limit projects wich user can create ++ `projects_limit` - Limit projects wich user can create Will return created user with status `201 Created` on success, or `404 Not |