Hi,
How to modify existing source path from the Live copy and change to some other blueprint path
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @nivethaS
You can use a Groovy script to update the cq:LiveSyncConfig property. Hopefully curl command should also work.
https://sourcedcode.com/blog/aem/update-a-node-jcr-property-in-aem-with-curl
Be cautious about following:
Technically you should not do that, but you can workaround if you are completely sure that's going to result ok from the cq:LiveSyncConfig node. Do it in a lower environment or testing first.
Hello @nivethaS
You can use a Groovy script to update the cq:LiveSyncConfig property. Hopefully curl command should also work.
https://sourcedcode.com/blog/aem/update-a-node-jcr-property-in-aem-with-curl
Be cautious about following:
Views
Likes
Replies