Ways to update Apigee KVM instead of deleting and creating

Hi,

Do we have API management call to update existing apigee-x KVM, somehow did not get from doc

Work around of Delete and recreation is not a solution, we need required call which can update the existing KVM to change value, when moving from one env to another env

@dino 

2 2 76
2 REPLIES 2

Hello @aramkrishna6

 

POST 	/organizations/{org_name}/environments/{env_name}/keyvaluemaps/{map_name}

You can try this management API call which updates the entries if they exist or adds them if not.

Detailed doc is here 

Looks like google added the update KVM recently to doc in a different location Method: organizations.environments.keyvaluemaps.entries.update  |  Apigee  |  Google Cloud