Updated the Request

This commit is contained in:
Azeez Muibi
2025-03-24 17:17:43 +01:00
parent 0c5b976117
commit c13d3f1767
10 changed files with 32 additions and 33 deletions
+8 -8
View File
@@ -44,8 +44,8 @@
}
},
{
"name": "LoanInformation",
"description": "Loan Information Request.",
"name": "LoanStatus",
"description": "Loan Status Request.",
"externalDocs": {
"description": "Find out more",
"url": "https://www.simbrellang.net"
@@ -174,8 +174,8 @@
"/ProvideLoan": {
"$ref": "./paths/ProvideLoan.json"
},
"/LoanInformation": {
"$ref": "./paths/LoanInformation.json"
"/LoanStatus": {
"$ref": "./paths/LoanStatus.json"
},
"/Repayment": {
"$ref": "./paths/Repayment.json"
@@ -234,11 +234,11 @@
"SelectOfferResponse": {
"$ref": "./schemas/SelectOfferResponse.json"
},
"LoanInformationRequest": {
"$ref": "./schemas/LoanInformationRequest.json"
"LoanStatusRequest": {
"$ref": "./schemas/LoanStatusRequest.json"
},
"LoanInformationResponse": {
"$ref": "./schemas/LoanInformationResponse.json"
"LoanStatusResponse": {
"$ref": "./schemas/LoanStatusResponse.json"
},
"RepaymentRequest": {
"$ref": "./schemas/RepaymentRequest.json"