Updated Docs

This commit is contained in:
Azeez Muibi
2025-03-25 10:10:29 +01:00
parent ce4079b2d2
commit 4e8fc9cd34
8 changed files with 51 additions and 57 deletions
+5 -5
View File
@@ -35,13 +35,13 @@
"items": {
"type": "object",
"properties": {
"minamount": {
"minAmount": {
"type": "number",
"format": "double",
"description": "Minimum loan amount",
"example": 5000
},
"maxamount": {
"maxAmount": {
"type": "number",
"format": "double",
"description": "Maximum loan amount",
@@ -50,14 +50,14 @@
"productId": {
"type": "string",
"description": "Product identifier",
"example": "101"
"example": "2030"
},
"offerid": {
"offerId": {
"type": "string",
"description": "Offer identifier",
"example": "101"
},
"Tenor": {
"tenor": {
"type": "integer",
"description": "Loan tenor in days",
"example": 30