Skip to main content
PUT

Authorizations

Authorization
string
header
required

Can be either an Organization API Key or Personal Access Token (PAT).

Include in the Authorization header as: Bearer YOUR_TOKEN

Path Parameters

folderId
string<uuid>
required

The UUID of the folder. Use the List folders endpoint to retrieve folder IDs.

Body

application/json
organizationAccessBoost
boolean

Whether everyone in the organization gets AccessBoost on this folder. Setting this to true requires an organization role that grants access, either sent in the same request or already on the folder; otherwise the request is rejected.

organizationRole
enum<string>

The role every member of the organization holds on the folder. Must be one of NO_ACCESS, VIEWER, EDITOR, or MANAGER. OWNER cannot be granted at the organization level. Pass null to clear the organization role.

Available options:
NO_ACCESS,
VIEWER,
EDITOR,
MANAGER,
OWNER

Response

Permission settings updated successfully

success
boolean
required

Whether the permission settings were updated successfully