Sort order of endpoints #727
Unanswered
Shadercloud
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Within a group how can I sort the endpoints. It seems to display them in order route declaration.
I've tried setting the group weight above each endpoint method but it does not affect the order of the individual endpoints.
For example I have these routes:
But i want them to show up in the reverse order in the documenation.
I tried adding:
Above
getSetCompletion
method andabove
summary
methodNote that i don't want to actually modify the actual order of the route declaration as it could result in routing problems.
Beta Was this translation helpful? Give feedback.
All reactions