summaryrefslogtreecommitdiff
path: root/doc/api/users.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/users.md')
-rw-r--r--doc/api/users.md4
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