Updated the Request
This commit is contained in:
+8
-8
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user