Request: Ability to disable sorting of parameters #281
Labels
enhancement
New feature or request
fix confirmation pending
issue has been fixed and confirmation from issue reporter is pending
Currently in
AutoSchema
class inopenapi.py#38
in_get_parameters#176
method as a last step parameters for a endpoint are sorted byname
This requires us to override this method just to replace it with
because we would like to keep our parameters to be grouped logically together as we defined them, as one would do for perhaps function parameters.
Could this perhaps be a thing that is toggleable in settings?
The text was updated successfully, but these errors were encountered: