From 7f80674cf297a481b7b735765e6e69a07d187971 Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Tue, 9 Aug 2022 21:06:28 -0700 Subject: [PATCH] Update Swagger docs --- BTCPayServer/wwwroot/swagger/v1/swagger.template.apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/wwwroot/swagger/v1/swagger.template.apps.json b/BTCPayServer/wwwroot/swagger/v1/swagger.template.apps.json index 342844bab..ca5f1b5ae 100644 --- a/BTCPayServer/wwwroot/swagger/v1/swagger.template.apps.json +++ b/BTCPayServer/wwwroot/swagger/v1/swagger.template.apps.json @@ -75,8 +75,8 @@ } } ], - "patch": { - "operationId": "Apps_PatchPointOfSaleApp", + "put": { + "operationId": "Apps_PutPointOfSaleApp", "summary": "Update a Point of Sale app", "description": "Use this endpoint for updating the properties of a POS app", "requestBody": {