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
i made a workaround by just using a "POST" form instead of the get form.
I don´t have the time to dig into the code sadly (and probably break something) ;/
Description
I am trying to serialize an object into an array.
The GET Url should be generated like this
http://localhost/index?filter[contact]=101d71e1-745e-4efc-8341-ad204bb1c5c7&page=1&count=8
but it generates like this
http://localhost/index/?filter=%5Bobject%20Object%5D&page=1&count=8
openapi-generator version
5.0.0-beta
OpenAPI declaration file content or url
Generation Details
Steps to reproduce
Related issues/PRs
Maybe this? #100
The text was updated successfully, but these errors were encountered: