Skip to content

Commit 1f7484d

Browse files
committed
docs: correct reset password field
1 parent afcd7e4 commit 1f7484d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/authRoutes.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,12 +476,12 @@ router.post('/reset-password/request', resetPassword);
476476
* type: object
477477
* required:
478478
* - token
479-
* - newPassword
479+
* - password
480480
* properties:
481481
* token:
482482
* type: string
483483
* example: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
484-
* newPassword:
484+
* password:
485485
* type: string
486486
* example: "StrongNewPassword!2025"
487487
* /auth/reset-password:

0 commit comments

Comments
 (0)