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

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 

1 1 68
1 REPLY 1

Hello @vibilo7175 

 

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