From 20512a59b374b7d7ddbf41456520436dfdbac9d4 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 21 Dec 2023 18:02:13 +0900 Subject: [PATCH] Fix API doc for boltcard related feature --- .../wwwroot/swagger/v1/swagger.template.pull-payments.json | 3 ++- 1 file changed, 2 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 350ea4801..5d4e106c1 100644 --- a/BTCPayServer/wwwroot/swagger/v1/swagger.template.pull-payments.json +++ b/BTCPayServer/wwwroot/swagger/v1/swagger.template.pull-payments.json @@ -108,7 +108,8 @@ }, "tags": [ "Pull payments (Public)" - ] + ], + "security": [] } }, "/api/v1/stores/{storeId}/pull-payments": {