mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 01:43:50 +01:00
Remove dead fields from swagger
This commit is contained in:
parent
363b60385b
commit
7013e618de
@ -1112,24 +1112,12 @@
|
||||
"type": "string",
|
||||
"format": "decimal",
|
||||
"nullable": true,
|
||||
"example": "0.1",
|
||||
"example": "1.12300000",
|
||||
"description": "The amount in payoutCurrency after conversion. (This property is set after the payout has been Approved)"
|
||||
},
|
||||
"payoutMethodId": {
|
||||
"$ref": "#/components/schemas/PayoutMethodId"
|
||||
},
|
||||
"cryptoCode": {
|
||||
"type": "string",
|
||||
"example": "BTC",
|
||||
"description": "Crypto code of the payment method of the payout (e.g., \"BTC\" or \"LTC\")"
|
||||
},
|
||||
"paymentMethodAmount": {
|
||||
"type": "string",
|
||||
"format": "decimal",
|
||||
"nullable": true,
|
||||
"example": "1.12300000",
|
||||
"description": "The amount of the payout in the currency of the payment method (eg. BTC). This is only available from the `AwaitingPayment` state."
|
||||
},
|
||||
"state": {
|
||||
"$ref": "#/components/schemas/PayoutState"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user