mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
add missing docs of store payment method criteria
This commit is contained in:
parent
07d95c6ed7
commit
87ccae0d90
@ -451,6 +451,14 @@
|
||||
"type": "string",
|
||||
"example": "BTC",
|
||||
"description": "The default payment method to load when displaying an invoice. It can be in the format of `BTC_LightningNetwork` to specify Lightning to be the default or `BTC_OnChain`/ `BTC` for on-chain to be the default. "
|
||||
},
|
||||
"paymentMethodCriteria": {
|
||||
"type": "array",
|
||||
"nullable": true,
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/PaymentMethodCriteriaData"
|
||||
},
|
||||
"description": "The criteria required to activate specific payment methods."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user