Corrected reset password error response docs (#1116)

This commit is contained in:
sandalwoodbox
2022-11-04 01:13:39 -07:00
committed by GitHub
parent baca17d9e0
commit c8ae5c1cc2

View File

@ -140,7 +140,7 @@ Reset a password. Requires the token generated by the `/forgot-password` route.
```json
{
"detail": {
"code": "REGISTER_INVALID_PASSWORD",
"code": "RESET_PASSWORD_INVALID_PASSWORD",
"reason": "Password should be at least 3 characters"
}
}