Home > @activeviam/activeui-sdk > ContentServer > updatePermissions
ContentServer.updatePermissions property
Update the permissions of the file at the given path.
Signature:
updatePermissions: (path: ContentServerPath, owners: PermissionGroups, readers: PermissionGroups) => Promise<void>;