Code | Description |
---|---|
401 | Unauthorized - ensure token is being passed with each service call. |
404 | Unsupported operation |
500 | Unspecified error on server. |
422 | password and password_confirmation do NOT match |
(json) Update email: {"email": "test2@test.org"}
(xml) Update email and password: <user> <email>test3@test.org</email> <password>testchange</password> <password_confirmation>testchange</password_confirmation> </user>