You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But this doesn't seem to work. I'm able to use this wildcard string in the filtering file. (I know it's a different package, I just thought it'd be worth noting)
inverseMethods:
- post
operations:
- POST::/api/*/*
Thanks again! 🙌
The text was updated successfully, but these errors were encountered:
I'll investigate if excludeForOperations is supporting wildcards.
We had in mind that exclusions would be very precise.
As a work-around, you could list all the operations in the excludeForOperations, it will be a bit more maintenance but it will be very precise and you know exactly which operations will be excluded. If you would use wildcards, that might lead to unexpected exclusions.
I believe this worked for the Users tag appropriately, but adding multiple wildcards wasn't working. Again, I can look into doing a well-defined list of exclusions/inclusions before passing the config into portman, which might be safer in the long run. 😃
Sorry for creating so many issues! 😅
I'm wanting to select all base routes for each tag
While ignoring subroutes
Which I think I should be able to be retrieved by
But this doesn't seem to work. I'm able to use this wildcard string in the filtering file. (I know it's a different package, I just thought it'd be worth noting)
Thanks again! 🙌
The text was updated successfully, but these errors were encountered: