I am versioning my API and I would like to display the newest API version in Swagger as the default. For example, my API has 2 versions, when someone chooses to display the Swagger, the version that appears first is the V1.0. The user has to manually choose the newest version to display.
In the image below we can see that the default version that appears to the user when the application starts is the V1.0.
I would like to know if it is possible to display the newest API version to the user by default.