I want to add some resources to a API product. The resources are as follows.
/abc/getDetails/12.0/emp /def/getDetails/12.1/emp /ghi/getDetails/12.2/emp
While adding the above resources to my API product i am trying the below which is not working
/*/getDetails/*/emp
Can anyone please suggest how can i configure the same in a generic way so that i do not have to add separate resources for the product?