From 25d08c1a715760fe1fc443d1a8ec37c3de5d0af2 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Fri, 17 Jul 2020 22:30:53 +0900 Subject: [PATCH] Fix swagger doc for approve payout --- .../swagger/v1/swagger.template.pull-payments.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/BTCPayServer/wwwroot/swagger/v1/swagger.template.pull-payments.json b/BTCPayServer/wwwroot/swagger/v1/swagger.template.pull-payments.json index 6088ec872..cb344bcc4 100644 --- a/BTCPayServer/wwwroot/swagger/v1/swagger.template.pull-payments.json +++ b/BTCPayServer/wwwroot/swagger/v1/swagger.template.pull-payments.json @@ -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",