mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 04:16:05 +00:00
refactor: follow same naming pattern for schema
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user