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
I am looking for easy solution for following problem.
There is API in Swagger where we can divide endpoints on 2 groups, like below (paths of endpoints):
/mobile/user
/mobile/photo
...
/frontend/method1
/frontend/method2
...
For our example, we want to use just paths starting with "/mobile". We could achieve that easily using f.ex. exclude paths "/frontend/*", but there is no such option to define wildcard for paths.
Any clue how to do it? Writing down 100 endpoints in configuration is not the option :)
The text was updated successfully, but these errors were encountered:
I am looking for easy solution for following problem.
There is API in Swagger where we can divide endpoints on 2 groups, like below (paths of endpoints):
For our example, we want to use just paths starting with "/mobile". We could achieve that easily using f.ex. exclude paths "/frontend/*", but there is no such option to define wildcard for paths.
Any clue how to do it? Writing down 100 endpoints in configuration is not the option :)
The text was updated successfully, but these errors were encountered: