Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix responses with no body return Void #336

Open
carlosaf-sngular opened this issue Mar 27, 2024 · 1 comment
Open

Fix responses with no body return Void #336

carlosaf-sngular opened this issue Mar 27, 2024 · 1 comment

Comments

@carlosaf-sngular
Copy link
Collaborator

The generated code for 204 responses has return type Void and tries to return a non existent body.

Example

Yaml specification:
Captura de pantalla 2024-03-27 a las 9 43 25

Generated code:
Captura de pantalla 2024-03-27 a las 9 44 08

Copy link

Thank you for collaborating with the project by giving us feedback! Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant