REST Service Parameter (Dynamic Url) make request parameter NOT MANDATORY/REQUIRED
https://maps.googleapis.com/maps/api/...
I have here a Google Place NearbySearch url in my REST Service
I am trying to input the NAME request parameter as blank but I am getting this error..
but when you try the request on browser,
https://maps.googleapis.com/maps/api/...
It's working fine even though the value of name is blank. Please help
the NAME can be blank. But the rest service requires a value.