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 19e2141 commit c539f85Copy full SHA for c539f85
1 file changed
modules/openapi-generator/src/main/resources/typescript/api/api.mustache
@@ -78,9 +78,7 @@ export class {{classname}}RequestFactory extends BaseAPIRequestFactory {
78
}
79
{{/isArray}}
80
{{^isArray}}
81
- for (const key of Object.keys(serializedParams)) {
82
- requestContext.setQueryParam(key, serializedParams[key]);
83
- }
+ requestContext.setQueryParam("{{baseName}}", serializedParams);
84
85
{{/isExplode}}
86
{{^isExplode}}
0 commit comments