Skip to main content
PUT
Change permissions for multiple entries atomically.

Query Parameters

throwNotFoundParam
enum<boolean>
default:true
required

When set to False, the 'Not Found' errors are silently ignored.

Available options:
false,
true
throwNotFound
boolean
default:true

Body

application/json

Serialized JSON parameter containing the entries to change permissions for, the new permissions, and the mode (REPLACE, UPSERT, or DELETE).

mode
string
owners
string[]
paths
string[]
readers
string[]

Response

Permissions updated for all entries.