ContributionsMost RecentMost LikesSolutionshow to define the order in which API should be shown in Swagger UI 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? how to make single swagger for multiple services I have multiple services in the same system as below localhost:8000 localhost:8001 now I have 2 separate swagger UI. I want to combine them into 1 any idea how to do that ? environment: ******* My service is written in go lang with gin framework I use go-swagger to generate swagger files