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 noticed that the generator only looks for the "200" response type, would it be possible to also add the "default" response type as a return type?
And another thing I noticed, is that the content./ wildcard is not working, I'm currently using a "application/json; charset=UTF-8" content type due to some special characters, but the wildcard is not catching this content type AFAIK.
The text was updated successfully, but these errors were encountered:
As describing responses mentioned, default response should used to describe default error like an error boundary, but I can also add it for you, its just a small adding.
media type '/' is not a wildcard in the code, it is just a specific type '/', since this is for my own project 😆 , I can also add your specific media type
I'm currently generating an OpenAPI specification with the help of Apache CXF OpenAPI. This returns by default the following response object:
I noticed that the generator only looks for the "200" response type, would it be possible to also add the "default" response type as a return type?
And another thing I noticed, is that the content./ wildcard is not working, I'm currently using a "application/json; charset=UTF-8" content type due to some special characters, but the wildcard is not catching this content type AFAIK.
The text was updated successfully, but these errors were encountered: