Skip to content

Commit

Permalink
fix: swagger.json get_generation_by_height should be uint64 (manual fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomshinichi committed May 27, 2019
1 parent 6e79cf2 commit a5b5a87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@
"description": "The height of the generation",
"required": true,
"type": "integer",
"format": "uint64",
"minimum": 0
}
],
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a5b5a87

Please sign in to comment.