Sort Swagger Tags

Viewed 3036

Hi I'm using flasgger/swagger but I was wondering if there are feature where in I could sort all my tags in alphabetical order? right I don't understand the order of my tags. It's neither Alpha nor Numeric. Sample order is like this

User
   - API GET
   - API POST
   - API PUT
   - API DELETE
Company
   - API GET
   - API POST
   - API PUT
   - API DELETE
Room
   - API GET
   - API POST
   - API PUT
   - API DELETE

So basically User, Company and Rooms are Swagger Tags. I would like to arrange it where in Company should come first then followed by Room then User. Is there a way to achieve this in swagger 2.0

Updates: I would like it to be sorted in web browser display. In short on how we see the presentation of all this Tags in sorted order

1 Answers
Related