I have enabled application versioning for my app and have decorated some controller methods with versions as well.
The problem is, when I go to the endpoint for the swagger api specification, I can see all endpoints of all versions and there's no way for me to filter by version...
Is it possible to achieve something like:
api/v1/docs -> swagger show all endpoints that are version 1
api/v2/docs -> swagger show all endpoints that are version 2
etc.?