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 049d980 commit 79ac65dCopy full SHA for 79ac65d
1 file changed
modules/openapi-generator/src/main/resources/zapier/api.mustache
@@ -25,6 +25,9 @@ module.exports = {
25
inputFields: [
26
{{#allParams}}
27
{{#isPrimitiveType}}
28
+ {{#isHeaderParam}}
29
+ {{/isHeaderParam}}
30
+ {{^isHeaderParam}}
31
{
32
key: '{{baseName}}',
33
label: '{{description}}',
@@ -40,6 +43,7 @@ module.exports = {
40
43
],
41
44
{{/isEnum}}
42
45
},
46
47
{{/isPrimitiveType}}
48
{{^isPrimitiveType}}
49
{{#isArray}}
0 commit comments