I am attempting to use the Management API to update a Key Value Map, but get the error :
{
"code" : "keyvaluemap.service.KeyValueMapUpdateOperationNotSupported",
"message" : "Update of KeyValueMap is not supported; use addEntry/updateEntry api to add entries to a KeyValueMap",
"contexts" : [ ]
}
I don’t see this APIs mentioned in the documentation and my organization is not currently CPS enabled, so how to I update KeyValueMaps via the API ?