Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG][POSTMAN] Random order of the Postman requests #16982

Closed
gcatanese opened this issue Nov 4, 2023 · 0 comments · Fixed by #16983
Closed

[BUG][POSTMAN] Random order of the Postman requests #16982

gcatanese opened this issue Nov 4, 2023 · 0 comments · Fixed by #16983

Comments

@gcatanese
Copy link
Contributor

The generated Postman collection presents the requests in a random order, for example:

/users
/groups
/users/{id}
/groups/{id}

The generator should sort the requests by path to make sure Postman displays all requests for a given endpoint together, for example:

/groups
/groups/{id}
/users
/users/{id}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant