diff --git a/user/examples.json b/user/examples.json index 62ed360..a77cefa 100644 --- a/user/examples.json +++ b/user/examples.json @@ -104,7 +104,7 @@ "sendPasswordResetEmail": [ { "title": "Send password reset email", - "run_check": true, + "run_check": false, "request": { "email": "joe@example.com", "subject": "Password reset", @@ -114,6 +114,18 @@ "response": {} } ], + "resetPassword": [ + { + "title": "Reset password", + "run_check": false, + "request": { + "code": "some-code-from-email", + "newPassword": "newpass123", + "confirmPassword": "newpass123" + }, + "response": {} + } + ], "verifyEmail": [ { "title": "Verify email",