Skip to content

Commit

Permalink
Updated to the api sorter
Browse files Browse the repository at this point in the history
Swagger UI 3.0.7 added support for 2.x's operationsSorter parameter that controls method sorting inside each API/tag.
  • Loading branch information
demesne authored Mar 20, 2018
1 parent 62e72cb commit f7feaef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ window.onload = function() {
},
docExpansion: "none",
jsonEditor: false,
tagsSorter: "alpha",
operationsSorter: "alpha",
defaultModelRendering: 'schema',
showRequestHeaders: false,
presets: [
Expand Down

0 comments on commit f7feaef

Please sign in to comment.