I want to update the permission related to experience fragment using yaml in AEM 6.5 . I tried like below
- path: /content/experience-fragments
permission: allow
privileges: ${privRead}
repGlob: "" but it is not updating the existing permissions
I wnat to give read permission only to this path /content/experience-fragments not the child paths . please help me in resolving this