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>;
| Name | Type | Description |
|---|---|---|
| id | string | |
| updatePath | string | |
| updateValue | JSONValue | |
| Return Value | Promise<JSONObject> |