mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
Swagger fixes (#3170)
This commit is contained in:
parent
b0125adfe9
commit
bbea9d7a27
1 changed files with 4 additions and 3 deletions
|
@ -153,7 +153,8 @@
|
|||
"required": false,
|
||||
"description": "Whether to generate a new address for this request even if the previous one was not used",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -730,7 +731,7 @@
|
|||
},
|
||||
"subtractFromAmount": {
|
||||
"type": "boolean",
|
||||
"description": "Whether to subtract from the provided amount. Must be false if `destination` is a BIP21 link"
|
||||
"description": "Whether to subtract the transaction fee from the provided amount. This makes the receiver receive less, or in other words: he or she pays the transaction fee. Also useful if you want to clear out your wallet. Must be false if `destination` is a BIP21 link"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -749,7 +750,7 @@
|
|||
"feeRate": {
|
||||
"type": "number",
|
||||
"format": "decimal or long (sats/byte)",
|
||||
"description": "A wallet address or a BIP21 payment link"
|
||||
"description": "Transaction fee."
|
||||
},
|
||||
"proceedWithPayjoin": {
|
||||
"type": "boolean",
|
||||
|
|
Loading…
Add table
Reference in a new issue