From c8ae5c1cc28e16125ab16adcd149a910f3d1e74c Mon Sep 17 00:00:00 2001 From: sandalwoodbox <80227316+sandalwoodbox@users.noreply.github.com> Date: Fri, 4 Nov 2022 01:13:39 -0700 Subject: [PATCH] Corrected reset password error response docs (#1116) --- docs/usage/routes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/routes.md b/docs/usage/routes.md index 9dcc98c7..5e738554 100644 --- a/docs/usage/routes.md +++ b/docs/usage/routes.md @@ -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" } }