[update]: Swagger documentation and responses

This commit is contained in:
VivianDee
2025-03-25 08:52:33 +01:00
parent 3e18c2b1cc
commit 0d87c82e3b
19 changed files with 153 additions and 99 deletions
+7 -7
View File
@@ -44,7 +44,7 @@
}
},
{
"name": "LoanInformation",
"name": "LoanStatus",
"description": "Loan Information Request.",
"externalDocs": {
"description": "Find out more",
@@ -86,8 +86,8 @@
"/ProvideLoan": {
"$ref": "swagger/paths/ProvideLoan.json"
},
"/LoanInformation": {
"$ref": "swagger/paths/LoanInformation.json"
"/LoanStatus": {
"$ref": "swagger/paths/LoanStatus.json"
},
"/Repayment": {
"$ref": "swagger/paths/Repayment.json"
@@ -113,11 +113,11 @@
"SelectOfferResponse": {
"$ref": "swagger/schemas/SelectOfferResponse.json"
},
"LoanInformationRequest": {
"$ref": "swagger/schemas/LoanInformationRequest.json"
"LoanStatusRequest": {
"$ref": "swagger/schemas/LoanStatusRequest.json"
},
"LoanInformationResponse": {
"$ref": "swagger/schemas/LoanInformationResponse.json"
"LoanStatusResponse": {
"$ref": "swagger/schemas/LoanStatusResponse.json"
},
"RepaymentRequest": {
"$ref": "swagger/schemas/RepaymentRequest.json"