mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-11 01:35:22 +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": {
|
||||
"description": "The payout is not found"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags": [ "Pull payments (Management)" ],
|
||||
"security": [
|
||||
{
|
||||
"API Key": [
|
||||
"btcpay.store.canmanagepullpayments"
|
||||
],
|
||||
"Basic": []
|
||||
}
|
||||
]
|
||||
},
|
||||
"delete": {
|
||||
"description": "Cancel the payout",
|
||||
|
|
Loading…
Add table
Reference in a new issue