{{ title }}

REST API {% if subtitle %} {{ subtitle }} {% endif %}
{% for endpoint in api_endpoints %}
{{ endpoint.method }}
{{ endpoint.path }}
{{ endpoint.description }}
{% endfor %}