-
Notifications
You must be signed in to change notification settings - Fork 59
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
orderOfOperations wildcard before URL does not work #428
Comments
hi @Arch0rr The wildcard targetting can be used in combination with the option Not sure about how many operations you have, but another approach could be to build an array of I'm a bit puzzled about how your OAS is organized to use "GET::*/Columns". |
Hey @thim81 The
So what I'd like to do is for each tag that has a |
Hello there, thank you for creating a great library 😀
My problem is that I'm trying to order some GETs above others. Like so:
But it ignores the first GET, as if it doesn't exist.
Using wildcards this way seems to work when specifying
openApiOperation
in other sections, however.The
*/Columns
response is a GET that's in quite a few folders and is to provide information to fill variables for a POST.At the moment I'm using a Pre-request script to do the GET before the specific POST.
The text was updated successfully, but these errors were encountered: