Swagger Docs Endpoint
To enable the Swagger docs endpoint, you need to update api.swagger value to true in the app.toml
file:
[api]
# Swagger defines if swagger documentation should automatically be registered.
swagger = true
Once node is restarted, swagger docs will be available at http://:/swagger/
Last updated on