From a6ee92fbd59a702dd56520126b4aea82d54cfb6c Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Fri, 25 Nov 2022 00:12:55 -0800 Subject: [PATCH] Update incorrect "monitoringTime" field for invoice API docs (#4348) --- .../wwwroot/swagger/v1/swagger.template.invoices.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/wwwroot/swagger/v1/swagger.template.invoices.json b/BTCPayServer/wwwroot/swagger/v1/swagger.template.invoices.json index afae7ab0d..361e2c25f 100644 --- a/BTCPayServer/wwwroot/swagger/v1/swagger.template.invoices.json +++ b/BTCPayServer/wwwroot/swagger/v1/swagger.template.invoices.json @@ -789,8 +789,8 @@ } ] }, - "monitoringTime": { - "description": "The monitoring time of the invoice", + "monitoringExpiration": { + "description": "Expiration time for monitoring of the invoice for any changes", "allOf": [ { "$ref": "#/components/schemas/UnixTimestamp"