Apigee rest endpoint path mapping to custom path
问题 I have rest end point /admn_resource_manager.I have created a apigee proxy to expose this. I dont want to expose it like this to others as I want something like /adminmanager. Is there any way to map /adminmanager to /admn_resource_manager using Apigee. end user would use http://someurl.apigee/adminmanager instead of http://someurl.apigee/admn_resource_manager I explored KeyValueMapoperation and AssignMessage in Apigee. I am not sure if these are the right option to implement map path.I didn