From 738aaeed122abcbfab656381cd3addcf6c9c6a81 Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Sat, 20 Mar 2021 19:53:03 -0700 Subject: [PATCH] Update Swagger for "/api/v1/stores/{storeId}/payment-methods/LightningNetwork" --- ...late.stores-payment-methods.lightning-network.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/BTCPayServer/wwwroot/swagger/v1/swagger.template.stores-payment-methods.lightning-network.json b/BTCPayServer/wwwroot/swagger/v1/swagger.template.stores-payment-methods.lightning-network.json index 84c8a8c52..91aff4f79 100644 --- a/BTCPayServer/wwwroot/swagger/v1/swagger.template.stores-payment-methods.lightning-network.json +++ b/BTCPayServer/wwwroot/swagger/v1/swagger.template.stores-payment-methods.lightning-network.json @@ -6,6 +6,17 @@ "Store Payment Methods (Lightning Network)" ], "summary": "Get store Lightning Network payment methods", + "parameters": [ + { + "name": "storeId", + "in": "path", + "required": true, + "description": "The store to fetch", + "schema": { + "type": "string" + } + } + ], "description": "View information about the stores' configured Lightning Network payment methods", "operationId": "StoreLightningNetworkPaymentMethods_GetLightningNetworkPaymentMethods", "responses": {