Question
AEM Asset API not updating jcr:lastModified and jcr:lastModifiedBy of content fragment
Hi All, We have an internal tool to update content fragment using Asset API. We found that jcr:lastModified and jcr:lastModifiedBy information is not updating while making updates to content fragment using AEM asset api. We tried to add modifiedBy & modified properties in request body but no luck. Could you please advise on this method: 'put', url: '/api/assets/', data: '{"properties":{"modifiedBy":"admin","modified":"","contentFragment":true,"elementsOrder":["state","plan"],"elements":{"state":{":type":"string","title":"State","multiValue":true,"dataType":"string","value":["NY"]},"plan":{":type":"string","title":"Plan","multiValue":true,"dataType":"string","value":["1234"]}}}}', Thanks, Seran