-
-
Notifications
You must be signed in to change notification settings - Fork 901
Unable to use swagger_context
in subresource
#1873
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
This is not a subresource but should be a custom collection operation IMHO. |
Perhaps you are correct that this should be a custom collection operation instead of a subresource, but the bug remains that it isn't currently possible to set a custom swagger context in a subresource. |
Indeed |
merging with #2706 |
In my case, I need to change my subresource operation tags in swagger, it's not possible now and this is not cool. |
I have a subresource definition on a DTO class as follows:
The
swagger_context
has no effect in the swagger UI. Am I doing something wrong or is this a bug?The text was updated successfully, but these errors were encountered: