Swagger UI 3.0.7 added support for the 2.x parameter operationsSorter, which controls the sorting of methods within each API / tag.
operationsSorter
API. "" ( - ), "" ( HTTP) (. Array.prototype.sort(), , ). , .
const ui = SwaggerUIBundle({
url: "http://petstore.swagger.io/v2/swagger.json",
...
operationsSorter: "alpha"
})
apisSorter 3.x.