From 58d237fe740fb3cfa2bab73610e5603727c2a97e Mon Sep 17 00:00:00 2001 From: Piotr Stachyra Date: Fri, 25 Sep 2020 17:15:50 +0200 Subject: [PATCH] Make inspect addresses separate category inside Misc in swagger --- specifications/api/swagger.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specifications/api/swagger.yaml b/specifications/api/swagger.yaml index f35b429eceb..ad044db64aa 100644 --- a/specifications/api/swagger.yaml +++ b/specifications/api/swagger.yaml @@ -2176,6 +2176,7 @@ x-tagGroups: - name: Miscellaneous tags: + - Utils - Network - Proxy @@ -2930,7 +2931,7 @@ paths: /addresses/{addressId}: get: operationId: inspectAddress - tags: ["Addresses", "Byron Addresses"] + tags: ["Utils"] summary: Inspect Address description: |

status: stable