Skip to main content
PUT
Update Folder Permissions

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

ID of the folder to update

Body

application/json

Folder permissions to apply

clientPermissions
enum<string>
required

Client access level applied to the folder. Required.

Available options:
read_only read_write
Example:

"read_only"

Response

OK

success
boolean

Whether the operation succeeded.

Example:

true