Skip to content
Snippets Groups Projects
Commit cf70439e authored by Nihad Abbasov's avatar Nihad Abbasov
Browse files

update API docs

parent 00325a73
No related branches found
No related tags found
1 merge request!1735API fixes
Loading
Loading
@@ -74,14 +74,12 @@ POST /users
 
Parameters:
+ `email` (required) - Email
+ `name` (required) - Name
+ `password` (required) - Password
+ `password_confirmation` (required) - Password confirmation
+ `name` - Name
+ `skype` - Skype ID
+ `linkedin` - Linkedin
+ `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
found` on fail.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment