Skip to content

Commit

Permalink
fix parameter names in TypeScript README
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Oct 10, 2023
1 parent 30cf112 commit 5d1d03b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ yarn add {{npmName}}

{{/-first}}
{{#operationVendorExtensions.x-konfig-operation-can-have-single-parameter}}
##### {{{paramName}}}: {{> api_doc_param_data_type}}
##### {{> README_parameter_name}}: {{> api_doc_param_data_type}}

{{> README_parameter_description}}
{{/operationVendorExtensions.x-konfig-operation-can-have-single-parameter}}
{{^operationVendorExtensions.x-konfig-operation-can-have-single-parameter}}
{{^isFromBodyParam}}
##### {{{paramName}}}: {{> api_doc_param_data_type}}
##### {{> README_parameter_name}}: {{> api_doc_param_data_type}}

{{> README_parameter_description}}
{{/isFromBodyParam}}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{^isFromBodyParam}}{{{paramName}}}{{/isFromBodyParam}}{{#isFromBodyParam}}{{{baseName}}}{{/isFromBodyParam}}

0 comments on commit 5d1d03b

Please sign in to comment.