diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index 2ab14af..6aec117 100755 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -24,11 +24,13 @@ {% if 'json' in bodyFormats %}{% endif %} {% endif %} + {% if bodyFormats|length > 0 %} request format: {% if authentication %} {% if authentication.delivery == 'http' and authentication.type == 'basic' %}