diff --git a/BTCPayServer/wwwroot/swagger/v1/swagger.template.stores-payment-methods.on-chain.json b/BTCPayServer/wwwroot/swagger/v1/swagger.template.stores-payment-methods.on-chain.json index 997278c1c..4e5b683fd 100644 --- a/BTCPayServer/wwwroot/swagger/v1/swagger.template.stores-payment-methods.on-chain.json +++ b/BTCPayServer/wwwroot/swagger/v1/swagger.template.stores-payment-methods.on-chain.json @@ -8,6 +8,17 @@ "summary": "Get store on-chain payment methods", "description": "View information about the stores' configured on-chain payment methods", "operationId": "StoreOnChainPaymentMethods_GetOnChainPaymentMethods", + "parameters": [ + { + "name": "storeId", + "in": "path", + "required": true, + "description": "The store to fetch", + "schema": { + "type": "string" + } + } + ], "responses": { "200": { "description": "list of payment methods",