nastassiar
nastassiar

Reputation: 1621

Override Swagger sorting

I want to organize my swagger api in reverse alphabetical order but it defaults to alphabetical. Is there a simple way to do this? Specifically using Swashbuckle.Core 5.2.1

Upvotes: 3

Views: 2897

Answers (1)

fehguy
fehguy

Reputation: 6824

You can create a sorter for the UI for both the operations (operationsSorter) and tags (apisSorter).

Upvotes: 1

Related Questions