API Documentation

Interaktive Swagger-Oberfläche für die Dashboard-API.

{% if api_groups %}
Dashboard Endpoints

Übersicht der wichtigsten Endpunkte aus pipelet_dashboard.py, gruppiert wie in API_OVERVIEW.md.

{% for group in api_groups %}
{{ group.title }}
{% for ep in group.endpoints %} {% endfor %}
Method Path Description
{{ ep.method }} {{ ep.path }} {{ ep.description }}
{% endfor %}
{% endif %}