function updateDict

Partially update the value of a dict object at a given path

export function updateDict(id: string, updatePath: string, updateValue: JSONValue): Promise<JSONObject>;
NameTypeDescription
idstring
updatePathstring
updateValueJSONValue
Return ValuePromise<JSONObject>