Add example for orderId query string param in /api/v1/stores/{storeId}/invoices (#2759)

This commit is contained in:
Umar Bolatov
2021-08-09 04:33:56 -07:00
committed by GitHub
parent 103b3b916b
commit 1b7517c05c

View File

@@ -26,7 +26,8 @@
"items": {
"type": "string"
}
}
},
"example": "1000&orderId=1001&orderId=1002"
},
{
"name": "status",
@@ -1030,7 +1031,7 @@
"allOf": [ { "$ref": "#/components/schemas/TimeSpanMinutes" } ]
},
"monitoringMinutes": {
"type": "integer",
"type": "number",
"nullable": true,
"description": "The number of minutes after an invoice expired after which we are still monitoring for incoming payments. Defaults to the store's settings. (The default store settings is 1440, 1 day)",
"allOf": [ { "$ref": "#/components/schemas/TimeSpanMinutes" } ]