You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I double checked and locally I can generate the openapi.json and then the docs with redoc-cli build openapi.json and both push_tx and submit_block show the correct endpoint, so I'm not really sure how the public docs got generated with an error. I'll talk with you to see if you can generate them locally and see if there's any issues, it might have been a bug on redoc's side.
Description of the Issue:
/submit_block
endpoint are identical on the documentation website./submit_block
instead of/push_tx
:https://docs.hathor.network/references/core/http-api/push-tx/.
Diagnosis:
openapi.json
file in the Hathor core.openapi.json
file documents the Hathor core's HTTP API in the OpenAPI standard.openapi.json
file is generated automatically via hathor-core CLI.openapi.json
file via CLI.The text was updated successfully, but these errors were encountered: