Added offer and charge
This commit was merged in pull request #14.
This commit is contained in:
@@ -73,16 +73,16 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Loan Charges",
|
||||
"description": "Get all loan charges with optional filtering.",
|
||||
"name": "Repayment Schedules",
|
||||
"description": "Get all loan repayment schedules with optional filtering.",
|
||||
"externalDocs": {
|
||||
"description": "Find out more",
|
||||
"url": "https://www.simbrellang.net"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Repayment Schedules",
|
||||
"description": "Get all loan repayment schedules with optional filtering.",
|
||||
"name": "Offers",
|
||||
"description": "Get all offers with optional filtering.",
|
||||
"externalDocs": {
|
||||
"description": "Find out more",
|
||||
"url": "https://www.simbrellang.net"
|
||||
@@ -116,9 +116,6 @@
|
||||
},
|
||||
"/offers": {
|
||||
"$ref": "../swagger/paths/Offers.json"
|
||||
},
|
||||
"/charges": {
|
||||
"$ref": "../swagger/paths/Charges.json"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
@@ -158,9 +155,6 @@
|
||||
},
|
||||
"OffersResponse": {
|
||||
"$ref": "../swagger/schemas/OffersResponse.json"
|
||||
},
|
||||
"ChargesResponse": {
|
||||
"$ref": "../swagger/schemas/ChargesResponse.json"
|
||||
}
|
||||
},
|
||||
"securitySchemes": {
|
||||
|
||||
Reference in New Issue
Block a user