Skip to content

Commit

Permalink
Make inspect addresses separate category inside Misc in swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Sep 25, 2020
1 parent e324626 commit 58d237f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specifications/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2176,6 +2176,7 @@ x-tagGroups:

- name: Miscellaneous
tags:
- Utils
- Network
- Proxy

Expand Down Expand Up @@ -2930,7 +2931,7 @@ paths:
/addresses/{addressId}:
get:
operationId: inspectAddress
tags: ["Addresses", "Byron Addresses"]
tags: ["Utils"]
summary: Inspect Address
description: |
<p align="right">status: <strong>stable</strong></p>
Expand Down

0 comments on commit 58d237f

Please sign in to comment.