本文介绍了覆盖Swagger排序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想以相反的字母顺序组织我的swagger api,但默认为字母顺序.有没有简单的方法可以做到这一点?专门使用Swashbuckle.Core 5.2.1
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
推荐答案
您可以为操作(operationsSorter
)和标签(apisSorter
)的UI创建一个排序器.
You can create a sorter for the UI for both the operations (operationsSorter
) and tags (apisSorter
).
这篇关于覆盖Swagger排序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!