Available formats:
{% for format in formats|keys %}
{{ format }}
{% endfor %}
Other API docs:
{% set active_ui = app.request.get('ui', 'swagger_ui') %}
{% if swaggerUiEnabled and active_ui != 'swagger_ui' %}
Swagger UI{% endif %}
{% if reDocEnabled and active_ui != 're_doc' %}
ReDoc{% endif %}
{% if not graphQlEnabled or graphiQlEnabled %}
GraphiQL{% endif %}
{% if graphQlPlaygroundEnabled %}
GraphQL Playground (deprecated){% endif %}