#254 alphabetical sort of apis and operations under apis
new option sortAlphabetical=true|false
This commit is contained in:
@@ -47,7 +47,8 @@
|
||||
onFailure: function(data) {
|
||||
log("Unable to Load SwaggerUI");
|
||||
},
|
||||
docExpansion: "none"
|
||||
docExpansion: "none",
|
||||
sortAlphabetically: true
|
||||
});
|
||||
|
||||
$('#input_apiKey').change(function() {
|
||||
|
||||
Reference in New Issue
Block a user