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 | |
parent | c4883ca225d1f4934cec737769fe22588b2bc8a8 (diff) | |
download | gitlab-ce-d104df49e743a52b42c63a4ccca6be67bdf775d7.tar.gz |
fix TYPO
-rw-r--r-- | doc/api/users.md | 4 | ||||
-rw-r--r-- | lib/api/users.rb | 2 |
2 files changed, 3 insertions, 3 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 diff --git a/lib/api/users.rb b/lib/api/users.rb index 8ce7c300a73..7f548aaa667 100644 --- a/lib/api/users.rb +++ b/lib/api/users.rb @@ -32,7 +32,7 @@ module Gitlab # 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 # Example Request: |