Change permissions for multiple entries atomically.
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
Change permissions for multiple entries atomically.
Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
A specialized version of the PUT method that tries to create or update multiple files atomically.
Previous
Retrieves the entry found at the given path.
Next