mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
Merge 337eeecd7579d9f01ff755e41631f5feb3c8db05 into d6c46342693205f0dae441b45742d9c85d41cf33
This commit is contained in:
commit
3ccdefff17
@ -265,7 +265,7 @@ export class {{classname}} extends runtime.BaseAPI {
|
||||
{{/isEnumRef}}
|
||||
{{^isEnumRef}}
|
||||
{{^withoutRuntimeChecks}}
|
||||
formParams.append('{{baseName}}', new Blob([JSON.stringify({{returnType}}ToJSON(requestParameters['{{paramName}}']))], { type: "application/json", }));
|
||||
formParams.append('{{baseName}}', new Blob([JSON.stringify({{datatype}}ToJSON(requestParameters['{{paramName}}']))], { type: "application/json", }));
|
||||
{{/withoutRuntimeChecks}}{{#withoutRuntimeChecks}}
|
||||
formParams.append('{{baseName}}', new Blob([JSON.stringify(requestParameters['{{paramName}}'])], { type: "application/json", }));
|
||||
{{/withoutRuntimeChecks}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user