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
Swift 4 code-gen issue:
If a request returns a status code of 204 with no content, the completion handler will return an error and nil response. Since a 204 with no content is expected, no error should be thrown.
Swagger-codegen version
Swagger version 2.3.1
Steps to reproduce
In swagger, create a request that returns a 204 and no content.