diff --git a/BTCPayServer/wwwroot/swagger/v1/swagger.template.invoices.json b/BTCPayServer/wwwroot/swagger/v1/swagger.template.invoices.json index ec1b8118d..1e3a1ea74 100644 --- a/BTCPayServer/wwwroot/swagger/v1/swagger.template.invoices.json +++ b/BTCPayServer/wwwroot/swagger/v1/swagger.template.invoices.json @@ -1089,22 +1089,6 @@ } } }, - "SpeedPolicy": { - "type": "string", - "description": "`\"HighSpeed\"`: 0 confirmations (1 confirmation if RBF enabled in transaction) \n`\"MediumSpeed\"`: 1 confirmation \n`\"LowMediumSpeed\"`: 2 confirmations \n`\"LowSpeed\"`: 6 confirmations\n", - "x-enumNames": [ - "HighSpeed", - "MediumSpeed", - "LowSpeed", - "LowMediumSpeed" - ], - "enum": [ - "HighSpeed", - "MediumSpeed", - "LowSpeed", - "LowMediumSpeed" - ] - }, "InvoicePaymentMethodDataModel": { "type": "object", "additionalProperties": false, diff --git a/BTCPayServer/wwwroot/swagger/v1/swagger.template.json b/BTCPayServer/wwwroot/swagger/v1/swagger.template.json index fb74fd080..18e8b8731 100644 --- a/BTCPayServer/wwwroot/swagger/v1/swagger.template.json +++ b/BTCPayServer/wwwroot/swagger/v1/swagger.template.json @@ -55,7 +55,22 @@ "example": 1592312018, "description": "A unix timestamp in seconds" }, - + "SpeedPolicy": { + "type": "string", + "description": "`\"HighSpeed\"`: 0 confirmations (1 confirmation if RBF enabled in transaction) \n`\"MediumSpeed\"`: 1 confirmation \n`\"LowMediumSpeed\"`: 2 confirmations \n`\"LowSpeed\"`: 6 confirmations\n", + "x-enumNames": [ + "HighSpeed", + "MediumSpeed", + "LowSpeed", + "LowMediumSpeed" + ], + "enum": [ + "HighSpeed", + "MediumSpeed", + "LowSpeed", + "LowMediumSpeed" + ] + }, "TimeSpan": { "type": "number", "format": "int32", diff --git a/BTCPayServer/wwwroot/swagger/v1/swagger.template.stores.json b/BTCPayServer/wwwroot/swagger/v1/swagger.template.stores.json index 27ba2f14a..8b222b312 100644 --- a/BTCPayServer/wwwroot/swagger/v1/swagger.template.stores.json +++ b/BTCPayServer/wwwroot/swagger/v1/swagger.template.stores.json @@ -404,22 +404,6 @@ } } }, - "SpeedPolicy": { - "type": "string", - "description": "", - "x-enumNames": [ - "HighSpeed", - "MediumSpeed", - "LowSpeed", - "LowMediumSpeed" - ], - "enum": [ - "HighSpeed", - "MediumSpeed", - "LowSpeed", - "LowMediumSpeed" - ] - }, "NetworkFeeMode": { "type": "string", "description": "Check whether network fee should be added to the invoice if on-chain payment is used. ([More information](https://docs.btcpayserver.org/FAQ/Stores/#add-network-fee-to-invoice-vary-with-mining-fees))",