Documentation

entity.update

Updates data storage parameters. User must have storage Manage (X) permission. User may not revoke his/her own Manage permission.

Parameters

Parameter Description
ENTITY Required. Updated storage string ID.
NAME New storage name.
ACCESS Description of new storage access permissions.
Should be an associative array whose keys are access permission IDs and whose values are: R (Read), W (Write) or X (Manage).
ENTITY_NEW New storage string ID.

Example

BX24.callMethod('entity.update', {'ENTITY': 'dish', 'ACCESS': {U1:'W',AU:'R'}});



© «Bitrix24», 2001-2024
Up