This commit was merged in pull request #15.
This commit is contained in:
Azeez Muibi
2025-05-02 09:13:45 +01:00
parent 8f34942c1a
commit 7ec9eada4d
5 changed files with 24 additions and 1 deletions
+10
View File
@@ -65,6 +65,16 @@
},
"example": "active"
},
{
"name": "tenor",
"in": "query",
"description": "Filter by loan tenor",
"required": false,
"schema": {
"type": "string"
},
"example": "30"
},
{
"name": "offer_id",
"in": "query",
+4
View File
@@ -46,6 +46,10 @@
"type": "string",
"example": "active"
},
"tenor": {
"type": "string",
"example": "30"
},
"product_id": {
"type": "string",
"example": "PROD101"