Change permissions for multiple entries atomically.
Allows atomic update of owners and readers for multiple entries. Either all entries are updated or none. If ‘throwNotFound’ is false, missing entries are ignored. The ‘mode’ parameter controls how permissions are updated: REPLACE (default) replaces existing permissions, UPSERT adds to existing permissions, and REMOVE removes from existing permissions.
PUT
Query Parameters
When set to False, the 'Not Found' errors are silently ignored.
Available options:
false, true Body
application/json
Serialized JSON parameter containing the entries to change permissions for, the new permissions, and the mode (REPLACE, UPSERT, or DELETE).
Response
Permissions updated for all entries.