Arguments
{ key: string, path: string, value: TData }[]
required
A list of objects where each tuple contains a key, a path, and a value.
Type of value (
TData) can be Array<number>, string, boolean, Record<string, any>, or Array<any>.Response
Returns “OK” if the command was successful.