refactor: follow same naming pattern for schema

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2023-02-26 01:27:51 +05:30
parent 12fb3fe3c6
commit 011fc0b3d0

View File

@@ -222,7 +222,7 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ForgotPasswordReq"
"$ref": "#/components/schemas/PasswordForgotReq"
}
}
},
@@ -9865,7 +9865,7 @@
"password"
]
},
"ForgotPasswordReq": {
"PasswordForgotReq": {
"type": "object",
"properties": {
"email": {