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" } ] }