From ea2a20030220d2078cac84f1c558c3c03e72cf16 Mon Sep 17 00:00:00 2001 From: Andreas Tasch Date: Mon, 20 Jun 2022 06:07:24 +0200 Subject: [PATCH] Adding description to speedPolicy parameter. (#3877) --- BTCPayServer/wwwroot/swagger/v1/swagger.template.invoices.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/wwwroot/swagger/v1/swagger.template.invoices.json b/BTCPayServer/wwwroot/swagger/v1/swagger.template.invoices.json index 9b18d7cab..9372b2841 100644 --- a/BTCPayServer/wwwroot/swagger/v1/swagger.template.invoices.json +++ b/BTCPayServer/wwwroot/swagger/v1/swagger.template.invoices.json @@ -1063,7 +1063,7 @@ }, "SpeedPolicy": { "type": "string", - "description": "", + "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",