question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to Sort Paths in UI

See original GitHub issue

When reporting an issue, please provide the following details:

  • swagger-ui version 3.0.7

In the past I was able to configure alphabetical sorting in SwaggerUI config:

        apisSorter: "alpha",
        operationsSorter: "alpha",

I don’t see those options any longer. Is there a way to configure SwaggerUIBundle to sort the paths?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:13 (9 by maintainers)

github_iconTop GitHub Comments

4reactions
webroncommented, Apr 27, 2017

These options were added this week and should be available in master. Will be released tomorrow.🤞

1reaction
shockeycommented, Jul 20, 2017

Update: tagsSorter (fka apisSorter) was implemented in #3303, but operationsSorter is still not implemented.

@Way2nnadi, to your point, tags should be displayed in the order they’re defined, thanks to https://github.com/swagger-api/swagger-ui/pull/3324.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to sort array in UI Path - Help - UiPath Community Forum
We can use Sort method available in Arrays methods.Attached the solution for reference. Sequence_Array Sort.xaml (7.4 KB) .
Read more >
How to sort files based on different methods in UiPath
In this example, we are going to see how to sort files by using CreationTime. CreationTime: This method returns creation date of file...
Read more >
How to sort file path names in hierarchy basis? - Stack Overflow
I want to sort out file names in hierarchy basis. Let say I have below list of folders: D:Movies\Hollywood\Comedy\adultcomedy ...
Read more >
How can I sort search result by file's path? The way ... - TechNet
You can sort the folder in closer to logical order if you add the `path` column into W7 Search by clicking the column...
Read more >
Sort the path from root to a given node in a Binary Tree
Find path from root to given key node and store it in a priority queue. · Replace the value of node with the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found