I'm using Flask and Flask-restplus to build an API with a swagger UI. Routes seem to be displayed in alphabetical order, but as for parameters of these routes, they seem to be displayed in a completely random order that changes every time I re-build my project.
I have searched thoroughly for a way to set the order in which parameters appear on the UI, but I have not found anything at all (I expected that many people would have had the same question).
Is there no way to set the ordering of parameters?