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/%7Borg_name%7D/apiproducts/%7Bapiproduct_name%7D-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/%7Borg_name%7D/apiproducts/%7Bapiproduct_name%7D)

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

0 1 107
1 REPLY 1

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?