Form parameters has been added to the html template

This commit is contained in:
Nadezhda Makarkina 2015-10-15 16:51:43 +03:00
parent 638bbfaf43
commit 04369ddfce

View File

@ -87,6 +87,13 @@
</div> <!-- field-items --> </div> <!-- field-items -->
{{/hasQueryParams}} {{/hasQueryParams}}
{{#hasFormParams}}
<h3 class="field-label">Form parameters</h3>
<div class="field-items">
{{#formParams}}{{>formParam}}{{/formParams}}
</div> <!-- field-items -->
{{/hasFormParams}}
<!-- Remove Return type... unclear where this comes from; <!-- Remove Return type... unclear where this comes from;
for our swagger.json files, it is always empty and there is no boolean guard or hasReturnType for our swagger.json files, it is always empty and there is no boolean guard or hasReturnType
do we end up with a heading but not content do we end up with a heading but not content