File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
modules/swagger-codegen/src/main/resources/htmlDocs Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 83
83
{{#hasHeaderParams}}
84
84
<h3 class="field-label">Request headers</h3>
85
85
<div class="field-items">
86
- {{#headerParam }}{{>headerParam}}{{/headerParam }}
86
+ {{#headerParams }}{{>headerParam}}{{/headerParams }}
87
87
</div> <!-- field-items -->
88
88
{{/hasHeaderParams}}
89
89
Original file line number Diff line number Diff line change @@ -291,7 +291,9 @@ <h3 class="field-label">Path parameters</h3>
291
291
292
292
< h3 class ="field-label "> Request headers</ h3 >
293
293
< div class ="field-items ">
294
-
294
+ < div class ="param "> api_key (optional)</ div >
295
+
296
+ < div class ="param-desc "> < span class ="param-type "> Header Parameter</ span > — </ div >
295
297
</ div > <!-- field-items -->
296
298
297
299
You can’t perform that action at this time.
0 commit comments