I want to sort my API method in alphabetical order.
Int the doc it say that you just have to put :
window.swaggerUi = new SwaggerUi({
// ...
sorters : "alpha" // or sorter I've tried both
});
The post is already related here.
But in my case this is not working at all and it is today quite difficult to find an API in swagger-UI.
And if I don't know if I update my swagger-ui version if i need to upgrade swagger too. In this case I cannot do this...
Any ideas ?