-
-
Notifications
You must be signed in to change notification settings - Fork 889
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(openapi): not forbidden response on openAPI doc #6886
base: 3.4
Are you sure you want to change the base?
fix(openapi): not forbidden response on openAPI doc #6886
Conversation
@p-pichet This patch should resolve your issue, as shown below: @soyuka Could you help me with adding tests? I'm encountering some issues with the large OpenApiFactoryTest |
5e272a1
to
1db3893
Compare
A proposal by message from @vincentchalamon to add What is your opinion? @dunglas @soyuka Did it suit your needs? @p-pichet |
In first thought, i think By the way, do it work with this case
|
1db3893
to
58faec8
Compare
Thanks for your response! Yes, it should work with your example. I'll add some tests with this scenario to make sure. Note that all operations are provided by default, adding |
58faec8
to
9275a51
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the work
9275a51
to
9c12f73
Compare
Tests DONE ☑️ @soyuka |
9c12f73
to
c6a756c
Compare
3.4
Add OpenAPI documentation for the forbidden responses (see issue #6872 for more details).