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