You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like an error in the template. The way it's structured, there is no simple way to fix it though - this serialization is generic, without knowledge of specific parameter types from the spec.
However, more importantly, Date should not be allowed as a service method argument in the first place. It should all be strings. Are you using the latest version of the generator? Do you have custom type mapping for dates specified as a cli argument?
Regardless of the format parameter (date or datetime), the value is truncated to the date.
paths..get.parameters

openapi-generator/modules/openapi-generator/src/main/resources/typescript-angular/api.service.mustache
Line 115 in ec39005
The text was updated successfully, but these errors were encountered: