API Product Update for api proxies using Edge Management API's

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

Hi @GAURAV

Yes, the Update API Product call that you cited (docs here) allow you to update the list of API proxies for a product. Is this not satisfactory?

1 Like