mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-12 10:30:47 +01:00
Fix swagger doc for approve payout
This commit is contained in:
parent
f6549cda33
commit
25d08c1a71
1 changed files with 10 additions and 1 deletions
|
@ -364,7 +364,16 @@
|
||||||
"404": {
|
"404": {
|
||||||
"description": "The payout is not found"
|
"description": "The payout is not found"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"tags": [ "Pull payments (Management)" ],
|
||||||
|
"security": [
|
||||||
|
{
|
||||||
|
"API Key": [
|
||||||
|
"btcpay.store.canmanagepullpayments"
|
||||||
|
],
|
||||||
|
"Basic": []
|
||||||
}
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"delete": {
|
"delete": {
|
||||||
"description": "Cancel the payout",
|
"description": "Cancel the payout",
|
||||||
|
|
Loading…
Add table
Reference in a new issue