Skip to content

Commit

Permalink
Update description of tags endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
apralat committed Nov 30, 2018
1 parent efd8f75 commit 79bf2ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 1.3.0/openapi/parameters/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ tag_id:
example: blockchain-service
additional_fields:
name: additional_fields
description: >
Comma separated list of additional fields to include in query result for each tag. Currently "coins" is the only supported value.
in: query
required: false
schema:
Expand Down
1 change: 1 addition & 0 deletions 1.3.0/openapi/schemas/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ tag:
coins:
type: array
items: string
nullable: true
example: ["dcr-decred","hc-hypercash","nxs-nexus"]

0 comments on commit 79bf2ea

Please sign in to comment.