Documentation

entity.item.property.update

Update additional storage element property. User must have storage Manage (X) permission.

Parameters

Parameter Description
ENTITY Required. Storage string ID.
PROPERTY Required. Property string ID.
PROPERTY_NEW New property string ID.
NAME Property name.
TYPE Property type (S - string, N - number, F - file).

Example

Call

BX24.callMethod('entity.item.property.update', {ENTITY: 'menu_new', PROPERTY: 'new_prop', NAME: 'No longer a new property'});

Request

https://my.bitrix24.com/rest/entity.item.property.update.json?ENTITY=menu_new&NAME=No longer a new property&PROPERTY=new_prop&auth=ad5a6f34f14f644136830eb8a936f07f

Response

{"result":true}



© «Bitrix24», 2001-2024
Up