From 4d0f76f9e8cf85c4104f248d5877d15dbc844a39 Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Fri, 2 Sep 2022 21:34:21 -0700 Subject: [PATCH] Update invoice amount description in Swagger template Close #4067 --- 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 1c870c31e..4a496c3a4 100644 --- a/BTCPayServer/wwwroot/swagger/v1/swagger.template.invoices.json +++ b/BTCPayServer/wwwroot/swagger/v1/swagger.template.invoices.json @@ -737,7 +737,7 @@ "amount": { "type": "string", "format": "decimal", - "description": "The amount of the invoice", + "description": "The amount of the invoice. Note that the amount will be zero for a top-up invoice that is paid after invoice expiry.", "example": "5.00" }, "currency": {