ee.data.setAssetAcl

Sets the access control list of the asset with the given ID.

The owner ACL cannot be changed, and the final ACL of the asset is constructed by merging the OWNER entries of the old ACL with the incoming ACL record.

The authenticated user must be a writer or owner of an asset to set its ACL.

UsageReturns
ee.data.setAssetAcl(assetId, aclUpdate, callback)
ArgumentTypeDetails
assetIdStringThe ID of the asset to set the ACL on.
aclUpdateAssetAclUpdateThe updated ACL.
callbackFunction, optionalAn optional callback. If not supplied, the call is made synchronously. The callback is passed an empty object.