Commit d104df49e743a52b42c63a4ccca6be67bdf775d7
1 parent
c4883ca2
Exists in
master
and in
4 other branches
fix TYPO
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
doc/api/users.md
@@ -78,9 +78,9 @@ Parameters: | @@ -78,9 +78,9 @@ Parameters: | ||
78 | + `password` (required) - Password | 78 | + `password` (required) - Password |
79 | + `password_confirmation` (required) - Password confirmation | 79 | + `password_confirmation` (required) - Password confirmation |
80 | + `skype` - Skype ID | 80 | + `skype` - Skype ID |
81 | -+ `linkedin` (required) - Linkedin | 81 | ++ `linkedin` - Linkedin |
82 | + `twitter` - Twitter account | 82 | + `twitter` - Twitter account |
83 | -+ `projects_limit` - Limit projects wich user can create | 83 | ++ `projects_limit` - Limit projects wich user can create |
84 | 84 | ||
85 | 85 | ||
86 | Will return created user with status `201 Created` on success, or `404 Not | 86 | Will return created user with status `201 Created` on success, or `404 Not |
lib/api/users.rb
@@ -32,7 +32,7 @@ module Gitlab | @@ -32,7 +32,7 @@ module Gitlab | ||
32 | # password (required) - Password | 32 | # password (required) - Password |
33 | # password_confirmation (required) - Password confirmation | 33 | # password_confirmation (required) - Password confirmation |
34 | # skype - Skype ID | 34 | # skype - Skype ID |
35 | - # linkedin (required) - Linkedin | 35 | + # linkedin - Linkedin |
36 | # twitter - Twitter account | 36 | # twitter - Twitter account |
37 | # projects_limit - Limit projects wich user can create | 37 | # projects_limit - Limit projects wich user can create |
38 | # Example Request: | 38 | # Example Request: |