Forum Discussion
No RepliesBe the first to reply
Related Content
- 5 years ago
- 4 years ago
Assume I have 2 APIs as below in the swagger SPEC. in the swagger SPEC it is in the same order
mywebstore/abcapi1
mywebstore/aaaapi2
However , in swagger it appears in the following order
mywebstore/aaaapi2
mywebstore/abcapi1
ie, it appears in ascending order.
Is there any way to tell swagger UI that the APIs should be shown in same order as in the swagger SPEC file?