[fix]: request and response schemas

This commit is contained in:
VivianDee
2025-03-25 07:53:56 +01:00
parent f4c2e25025
commit 3e18c2b1cc
9 changed files with 34 additions and 108 deletions
+2 -10
View File
@@ -5,7 +5,7 @@
],
"summary": "Loan Information Request ",
"description": "Loan Information Request",
"operationId": "startEligibilityCheck",
"operationId": "NotificationCallback",
"requestBody": {
"description": "Post JSON to conduct eligibility tests",
"content": {
@@ -52,14 +52,6 @@
"422": {
"description": "Validation exception"
}
},
"security": [
{
"petstore_auth": [
"write:pets",
"read:pets"
]
}
]
}
}
}