[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 -13
View File
@@ -5,7 +5,7 @@
],
"summary": "Provide Loan Request ",
"description": "Provide Loan Request",
"operationId": "startEligibilityCheck",
"operationId": "ProvideLoan",
"requestBody": {
"description": "Post JSON to conduct eligibility tests",
"content": {
@@ -46,20 +46,9 @@
"400": {
"description": "Invalid ID supplied"
},
"404": {
"description": "Pet not found"
},
"422": {
"description": "Validation exception"
}
},
"security": [
{
"petstore_auth": [
"write:pets",
"read:pets"
]
}
]
}
}
}