You cannot do this in a single API call. The API provides only access to the top-level keys: you can get or install planA as a whole.
So, you need to write your own get / set functions that retrieve the required top-level key, modify the object as needed, and save it.
source share