Skip to main content
PUT
Update Root Folder Permissions

Authorizations

X-API-KEY
string
header
required

Body

application/json

Root folder permissions to apply

channelId
string
required

ID of the file channel whose root folder permissions are updated. Required.

Example:

"a1b2c3d4-0000-1111-2222-333344445555"

clientPermissions
enum<string>
required

Client access level applied to the root folder. Required.

Available options:
read_only read_write
Example:

"read_write"

Response

OK

success
boolean

Whether the operation succeeded.

Example:

true