Hi All, We want to use Assets API to only expose Content Fragments as JSON and not allow Create, update and delete operation. What is the best way to block these operation? Add DENY rule in dispatcher filter on POST method for /api/assets path or any other options available? Appreciate inputs. Thank...