Skip to content

Commit

Permalink
update API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NARKOZ committed Oct 19, 2012
1 parent 00325a7 commit cf70439
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/api/users.md
Expand Up @@ -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.
Expand Down

0 comments on commit cf70439

Please sign in to comment.