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

/v1/chain/validate Rest API incorrectly documented #2587

Closed
DavidBurkett opened this issue Feb 16, 2019 · 2 comments
Closed

/v1/chain/validate Rest API incorrectly documented #2587

DavidBurkett opened this issue Feb 16, 2019 · 2 comments
Labels

Comments

@DavidBurkett
Copy link
Contributor

Running /v1/ states that /v1/chain/validate should be executed via a POST request:
image

It is coded to only accept GET requests, though:
image
image

@DavidBurkett
Copy link
Contributor Author

Also "get chain/outputs" should really be something like "get chain/outputs/byheight?start_height=100&end_height=200" and "get chain/outputs/byids?id=xxx,yyy,zzz"

@hashmap
Copy link
Contributor

hashmap commented Jul 3, 2019

Fixed

@hashmap hashmap closed this as completed Jul 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants