forked from loafle/openapi-generator-original
Fixes #4097
This commit is contained in:
parent
265d635eee
commit
1e85ffaf04
@ -389,6 +389,21 @@ curl -X <span style="text-transform: uppercase;">{{httpMethod}}</span>{{#authMet
|
|||||||
</table>
|
</table>
|
||||||
{{/hasBodyParam}}
|
{{/hasBodyParam}}
|
||||||
|
|
||||||
|
{{#hasFormParams}}
|
||||||
|
<div class="methodsubtabletitle">Form parameters</div>
|
||||||
|
<table id="methodsubtable">
|
||||||
|
<tr>
|
||||||
|
<th width="150px">Name</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
<!---->
|
||||||
|
{{#formParams}}
|
||||||
|
{{>param}}
|
||||||
|
{{/formParams}}
|
||||||
|
|
||||||
|
</table>
|
||||||
|
{{/hasFormParams}}
|
||||||
|
|
||||||
{{#hasQueryParams}}
|
{{#hasQueryParams}}
|
||||||
<div class="methodsubtabletitle">Query parameters</div>
|
<div class="methodsubtabletitle">Query parameters</div>
|
||||||
<table id="methodsubtable">
|
<table id="methodsubtable">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user