5 lines
No EOL
506 B
Text
5 lines
No EOL
506 B
Text
| Path | Methods | Handler | Auth | Type |
|
|
|------|---------|---------|------|------|
|
|
{% for route in doc.routes %}
|
|
| [`{{ route.path }}`](reference.md#{{ route.anchor }}) | {% for method in route.methods %}<span style="background: {{ method | method_color }}; color: white; padding: 2px 6px; border-radius: 3px;">{{ method }}</span>{% if not loop.last %} {% endif %}{% endfor %} | `{{ route.handler }}` | {% if route.requires_auth %}🔒{% else %}🌐{% endif %} | {{ route.response_type }} |
|
|
{% endfor %} |