| Path | Methods | Handler | Auth | Type | |------|---------|---------|------|------| {% for route in doc.routes %} | [`{{ route.path }}`](reference.md#{{ route.anchor }}) | {% for method in route.methods %}{{ method }}{% if not loop.last %} {% endif %}{% endfor %} | `{{ route.handler }}` | {% if route.requires_auth %}🔒{% else %}🌐{% endif %} | {{ route.response_type }} | {% endfor %}