I want my API methods in the Swagger-UI sorted either by methods (GET-POST-PUT-DELETE) OR/AND alphabetically.
So far, all methods are displayed in a random order, even not in the order given my source code. I tried making some changes still it renders in unknown order.
I want my API methods in the Swagger-UI sorted either by methods (GET-POST-PUT-DELETE) OR/AND alphabetically.
So far, all methods are displayed in a random order, even not in the order given my source code. I tried making some changes still it renders in unknown order.