Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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 node2Copy Commandcurl -u admin:admin -F:operation=copy -F:dest=/path/to/destination http://localhost:4505/path/to/sourceIs there any modification i can do for just copying one property instead of entire node ?
Thanks in advance.
Solved! Go to Solution.
As discussed in this Apache topic - it will move the node.
https://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-po...
You use Curl to move content; you cannot move just a property
View solution in original post
Views
Likes
Replies
Like