Hi all,
My requirement is to copy a node property from one node1 to other node2. I see there are curl commands for copying the entire node but i do not see anything where we can copy a specific property from node1 to node2
Copy Command
curl -u admin:admin -F:operation=copy -F:dest=/path/to/destination http://localhost:4505/path/to/source
Is there any modification i can do for just copying one property instead of entire node ?
Thanks in advance.