Commit cf70439e authored by Nihad Abbasov's avatar Nihad Abbasov

update API docs

parent 00325a73
...@@ -74,14 +74,12 @@ POST /users ...@@ -74,14 +74,12 @@ POST /users
Parameters: Parameters:
+ `email` (required) - Email + `email` (required) - Email
+ `name` (required) - Name
+ `password` (required) - Password + `password` (required) - Password
+ `password_confirmation` (required) - Password confirmation + `name` - Name
+ `skype` - Skype ID + `skype` - Skype ID
+ `linkedin` - Linkedin + `linkedin` - Linkedin
+ `twitter` - Twitter account + `twitter` - Twitter account
+ `projects_limit` - Limit projects wich user can create + `projects_limit` - Number of projects user can create
Will return created user with status `201 Created` on success, or `404 Not Will return created user with status `201 Created` on success, or `404 Not
found` on fail. found` on fail.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment