mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-11 09:14:26 +01:00
Add example for orderId query string param in /api/v1/stores/{storeId}/invoices (#2759)
This commit is contained in:
@@ -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" } ]
|
||||
|
||||
Reference in New Issue
Block a user