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 have two different routes with two separated swagger files [common.json, finance.json].
Is there any way to scope swagger schemas inside swagger_definitions to see only those which are used in a specific router?
Right now the full set of swagger schemas are visible in both swagger json files.
Thanks for the help!
The text was updated successfully, but these errors were encountered:
Hey! I'm looking for some help with my case!
In a single controller I have:
and
I have two different routes with two separated swagger files [common.json, finance.json].
Is there any way to scope swagger schemas inside
swagger_definitions
to see only those which are used in a specific router?Right now the full set of swagger schemas are visible in both swagger json files.
Thanks for the help!
The text was updated successfully, but these errors were encountered: