diff --git a/swh/web/ui/templates/api-endpoints.html b/swh/web/ui/templates/api-endpoints.html index d57130f9..3361933f 100644 --- a/swh/web/ui/templates/api-endpoints.html +++ b/swh/web/ui/templates/api-endpoints.html @@ -1,60 +1,61 @@ {% extends "layout.html" %} {% block title %}API endpoints overview{% endblock %} {% block content %}
Route | Status | Description | {% for route, doc in doc_routes %}|||
---|---|---|---|---|---|
{{ route }} | {% if 'tags' in doc and doc['tags'] is not none %} +{{ route }} | {{ ', '.join(doc['tags']) }} | {% else %} +{{ route }} | opened | {% endif %}{{ doc['docstring'] | safe_docstring_display | safe }} |