Skip to content

Commit

Permalink
need first and and last name to register user
Browse files Browse the repository at this point in the history
  • Loading branch information
azolotov committed Jun 10, 2012
1 parent 2152125 commit 7b965db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Mobile-User-Registration-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ https://app.wifiname.com/api/v1/users.json
"user": {
"email": "test@test.com",
"username": "test",
"first_name": "Bob",
"last_name": "Marley",
"password": "testtest",
"password_confirmation": "testtest"
},
Expand Down

0 comments on commit 7b965db

Please sign in to comment.