Azure APIM policy: Set default value for requestParameter
I want to set a hardcoded default value for my @RequestParam variable for sometime. Eg: UI sends--> url.com/v1/apiName?fruits=apple,mango we want --> url.com/v1/apiName?fruits=apple,mango,banana Reason for this: UI calls this API they send 2 default values(unfortunately hardcoded) we introduced 1 new value.…