update
This commit was merged in pull request #15.
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -46,6 +46,10 @@
|
||||
"type": "string",
|
||||
"example": "active"
|
||||
},
|
||||
"tenor": {
|
||||
"type": "string",
|
||||
"example": "30"
|
||||
},
|
||||
"product_id": {
|
||||
"type": "string",
|
||||
"example": "PROD101"
|
||||
|
||||
Reference in New Issue
Block a user