Skip to content

Commit

Permalink
feat: exclude api parameters (EM Only)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wallen committed Jul 9, 2024
1 parent 18ebc93 commit bc89eba
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ module.exports = {
inputFields: [
{{#allParams}}
{{#isPrimitiveType}}
{{#isHeaderParam}}
{{/isHeaderParam}}
{{^isHeaderParam}}
{
key: '{{baseName}}',
label: '{{description}}',
Expand All @@ -40,6 +43,7 @@ module.exports = {
],
{{/isEnum}}
},
{{/isHeaderParam}}
{{/isPrimitiveType}}
{{^isPrimitiveType}}
{{#isArray}}
Expand Down

0 comments on commit bc89eba

Please sign in to comment.