Skip to content

Commit 79ac65d

Browse files
committed
feat: exclude api parameters (EM Only)
1 parent 049d980 commit 79ac65d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • modules/openapi-generator/src/main/resources/zapier

modules/openapi-generator/src/main/resources/zapier/api.mustache

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ module.exports = {
2525
inputFields: [
2626
{{#allParams}}
2727
{{#isPrimitiveType}}
28+
{{#isHeaderParam}}
29+
{{/isHeaderParam}}
30+
{{^isHeaderParam}}
2831
{
2932
key: '{{baseName}}',
3033
label: '{{description}}',
@@ -40,6 +43,7 @@ module.exports = {
4043
],
4144
{{/isEnum}}
4245
},
46+
{{/isHeaderParam}}
4347
{{/isPrimitiveType}}
4448
{{^isPrimitiveType}}
4549
{{#isArray}}

0 commit comments

Comments
 (0)