Fix swagger doc for approve payout

This commit is contained in:
nicolas.dorier 2020-07-17 22:30:53 +09:00 committed by rockstardev
parent f6549cda33
commit 25d08c1a71

View file

@ -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",