Commit cf70439e0a61637a8ad12360c53df08320b937b9

Authored by Nihad Abbasov
1 parent 00325a73

update API docs

Showing 1 changed file with 2 additions and 4 deletions   Show diff stats
doc/api/users.md
... ... @@ -74,14 +74,12 @@ POST /users
74 74  
75 75 Parameters:
76 76 + `email` (required) - Email
77   -+ `name` (required) - Name
78 77 + `password` (required) - Password
79   -+ `password_confirmation` (required) - Password confirmation
  78 ++ `name` - Name
80 79 + `skype` - Skype ID
81 80 + `linkedin` - Linkedin
82 81 + `twitter` - Twitter account
83   -+ `projects_limit` - Limit projects wich user can create
84   -
  82 ++ `projects_limit` - Number of projects user can create
85 83  
86 84 Will return created user with status `201 Created` on success, or `404 Not
87 85 found` on fail.
... ...