| Code | Description |
|---|---|
| 401 | Unauthorized |
| 403 | Forbidden |
| 422 | Unprocessable User. |
POST /api/users/passwords/renew
{
"user": {
"password": "123456",
"reset_password_token": "7qWNKaNYy1RGKXwLtxnS"
},
"password": {
"user": {
"password": "123456",
"reset_password_token": "7qWNKaNYy1RGKXwLtxnS"
}
}
}
422
| Param name | Description |
|---|---|
|
user required |
User parameter container Validations:
|
|
user[password] required |
Validations:
|
|
user[password_confirmation] required |
Validations:
|
|
user[reset_password_token] required |
Validations:
|