I want to change the routes of my APIs which will be exposed using RouteRules.
For example, I want to change the Route:
http://api.grid.com/api/Guests/Search
to
http://grid.apigee.io/baseurl/Guests
Basically, I want to change the path : /api/Guests/Search to /Guests
Any idea how this would be possible?
Abhi