Hi
Is there a Edge Management API which only updates the “proxies” attribute of the JSON received from GetAPIProduct call below
(http://apigee.com/docs/management/apis/get/organizations/{org_name}/apiproducts/{apiproduct_name}-0)
There is one Update API Product call which updates an existing API Product but it takes all required values again
(http://apigee.com/docs/management/apis/put/organizations/{org_name}/apiproducts/{apiproduct_name})
But I need to just update the “proxies” attribute array with new API Proxies which are published and deployed on Gateway.
Any help would be much apreciated
Thanks