Hello team ,
While configuring resources in a product, is it possible to restrict path for only one proxy endpoint if the proxy contains multiple proxy endpoints.
For ex:
Consider a proxy test-v1 which has 3 proxy endpoints with 3 basepaths as below
- /v1/apis/test1
2)/v1/apis/test2
3)/v1/apis/test3
While i am configuring the resources during product creation , suppose if i add ‘/’ as the resource , the product will allow for the below endpoints.
- /v1/apis/test1/
2)/v1/apis/test2/
3)/v1/apis/test3/
Is there any way to restrict access only to /v1/apis/test1/
Thanks
