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 4120fcd00..cf7bd179e 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 @@ -177,14 +177,7 @@ } }, { - "name": "cryptoCode", - "in": "path", - "required": true, - "description": "The crypto code of the payment method to fetch", - "schema": { - "type": "string" - }, - "example": "BTC" + "$ref": "#/components/parameters/PaymentMethodId" }, { "name": "offset",