We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df8d70 commit adc9961Copy full SHA for adc9961
templates/http/docs/example.md.twig
@@ -18,8 +18,7 @@ Host: {{ spec.host }}
18
{% if method.parameters.body %}
19
{
20
{% for parameter in method.parameters.body %}
21
- "{{ parameter.name }}": "{{ parameter | paramExample }}"{% if not loop.last %},{% endif %}
22
-
+ "{{ parameter.name }}": {{ parameter | paramExample }}{% if not loop.last %},{% endif ~%}
23
{% endfor %}
24
}
25
{% endif %}
0 commit comments