Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix oracle/denoms/actives example in swagger #251

Merged
merged 1 commit into from
Oct 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions client/lcd/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2329,7 +2329,7 @@ paths:
type: array
items:
type: string
example: ["uluna", "usdr"]
example: ["ukrw", "usdr"]
400:
description: Bad Request
500:
Expand Down Expand Up @@ -3565,4 +3565,4 @@ definitions:
gas:
type: number
format: integer
example: 10000
example: 10000
Copy link
Contributor Author

@etienne-napoleone etienne-napoleone Oct 14, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ending blank line was added by my text editor. I think it's a sane default, but feel free to remove it if not wanted.