Views
Replies
Total Likes
Modified and modified by property are protected property in aem. These properties values are maintained by aem and can’t be modified by any script or even via crx/de
Thank You for your reply PraksahRaj. Do we have a way to get these values updated when an update happened to content fragment from AEM asset api
Thank You for your reply PraksahRaj. Do we have a way to get these values updated when an update happened to content fragment from AEM asset api
you don't need /asset/api to work with content fragment. its only required for assets.
I am not sure how your internal tool works with if you go with simple curl you can update the content fragment data using below curl command
curl -u admin:admin http://localhost:4502/content/dam/content-fragments/{your_content_fragment_path}/jcr:content -F "modifiedBy=admin" -F "contentFragment=true"
Views
Likes
Replies