Reputation: 1621
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
Reputation: 6824
You can create a sorter for the UI for both the operations (operationsSorter
) and tags (apisSorter
).
Upvotes: 1