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": {