The HTTP API Documentation extension¶
The http-api-doc
extension renders interactive and user-friendly HTTP API documentation using
ReDoc.
Important
This extension requires npm.
Enable this extension in your project’s configuration file as follows:
extensions:
http-api-doc: {}
{
"extensions": {
"http-api-doc": {}
}
}
Configuration¶
This extension is not configurable.