diff --git a/swh/web/ui/templates/api-endpoints.html b/swh/web/ui/templates/api-endpoints.html index 12e82598..c3d7c819 100644 --- a/swh/web/ui/templates/api-endpoints.html +++ b/swh/web/ui/templates/api-endpoints.html @@ -1,62 +1,62 @@ {% extends "layout.html" %} {% block title %} Software Heritage API – Endpoints {% endblock %} {% block content %}
Route | +Endpoint | Status | Description | {% for route, doc in doc_routes %}||
---|---|---|---|---|---|
{{ route }} | {{ ', '.join(doc['tags']) }} | {% else %}{{ route }} | -opened | +available | {% endif %}{{ doc['docstring'] | safe_docstring_display | safe }} |