Skip to content

Commit

Permalink
Add outputs tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrvivian committed Oct 27, 2023
1 parent 6d60b98 commit b4f5296
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tips/TIP-0048/openapi3-indexer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ externalDocs:
servers:
- url: 'http://127.0.0.1:14265'
tags:
- name: outputs
description: Query all types of Outputs.
- name: basic outputs
description: Query Basic Outputs.
- name: account outputs
Expand All @@ -28,7 +30,7 @@ paths:
/api/indexer/v2/outputs:
get:
tags:
- basic outputs
- outputs
summary: Returns all types of outputs filtered based on parameters.
description: Returns basic, foundry, account, delegation and nft outputs filtered based on parameters.
parameters:
Expand Down

0 comments on commit b4f5296

Please sign in to comment.