-
-
Notifications
You must be signed in to change notification settings - Fork 524
default response is not overload #354
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
Comments
Can you please add more details about your request :
Thank you in advance. |
Hi, I have found the problem. IN my code i used a general handler to manage the exception output to client. I had added this class:
Springdoc as default repose got the response type on the handler I hope this can help |
Hi @bisegni , An enhancement will be available on the next release v1.2.28 to handle this case. |
thanks you |
In my code if I have method with the following annotation:
But when I get the json created I notice that the response code 200 is not defined as I wan't but I have always the "default response " and not what I have set with upper annotations...
The text was updated successfully, but these errors were encountered: