From 6d83a00728ea3bb5937f62c939c04dbbc52322b5 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 2 Jun 2022 13:07:02 +0900 Subject: [PATCH] Rename tags of PoS API in swagger --- .../wwwroot/swagger/v1/swagger.template.apps.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/BTCPayServer/wwwroot/swagger/v1/swagger.template.apps.json b/BTCPayServer/wwwroot/swagger/v1/swagger.template.apps.json index 73f82048f..f6f4c0996 100644 --- a/BTCPayServer/wwwroot/swagger/v1/swagger.template.apps.json +++ b/BTCPayServer/wwwroot/swagger/v1/swagger.template.apps.json @@ -159,8 +159,7 @@ } }, "tags": [ - "POS", - "Point of Sale" + "Apps" ], "security": [ { @@ -209,13 +208,7 @@ }, "tags": [ { - "name": "App" - }, - { - "name": "POS" - }, - { - "name": "Point of Sale" + "name": "Apps" } ] }