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.
2 parents 485186e + 04369dd commit 4723f51Copy full SHA for 4723f51
modules/swagger-codegen/src/main/resources/htmlDocs/index.mustache
@@ -87,6 +87,13 @@
87
</div> <!-- field-items -->
88
{{/hasQueryParams}}
89
90
+ {{#hasFormParams}}
91
+ <h3 class="field-label">Form parameters</h3>
92
+ <div class="field-items">
93
+ {{#formParams}}{{>formParam}}{{/formParams}}
94
+ </div> <!-- field-items -->
95
+ {{/hasFormParams}}
96
+
97
<!-- Remove Return type... unclear where this comes from;
98
for our swagger.json files, it is always empty and there is no boolean guard or hasReturnType
99
do we end up with a heading but not content
0 commit comments