Baptiste Leduc
Baptiste Leduc
From the documentation: https://swagger.io/docs/specification/v3_0/serialization/ it seems to be in your query parameter declaration. So, taking your example, something like this: ```yaml parameters: - name: object required: false in: query description:...
Oh sorry I did not understood your question at first, you do not have to edit anything in the PHP code. In the BaseEndpoint you have this method as ```php...
Hey @miken32 and thanks for your issue, this is already a planned feature for 8.x release, see https://github.com/janephp/janephp/blob/b9ebeac327c6619ce967319c9859e36cc8c8a3c9/src/Component/OpenApiCommon/Generator/Runtime/data/Client/Client.php#L35 where you can see you will have a deprecation warning when using...
We still can use your solution for now and when we will remove the raw output we could remove it, would you like to make a pull request or should...