Hello,

Could we have a sample for updating a node with DrupalProxy?

We have this for example for updating a node based on the default samples:
proxy.invoke("node", "retrieve", 43952);

How would I update a field in this node? Would love some copy and paste examples. :)
I assume sg like this
proxy.invoke("node", "update", 43952 ???);

How do I specify args here?