The *HTTP API Documentation* extension
====================================
The ``http-api-doc`` extension renders interactive and user-friendly HTTP API documentation using
`Swagger UI `_.
.. important::
This extension requires :ref:`Node.js `.
Enable this extension in your project's :doc:`configuration file ` as follows:
.. tab-set::
.. tab-item:: YAML
.. code-block:: yaml
extensions:
http-api-doc: {}
.. tab-item:: JSON
.. code-block:: json
{
"extensions": {
"http-api-doc": {}
}
}
Configuration
-------------
This extension is not configurable.