entity.section.update
Updates storage section. User must have at least storage Write permission (W).
Parameters
Parameter | Description |
---|---|
ENTITY | Required. Storage string ID. |
ID | Required. Updated section ID. |
NAME | Section name. |
DESCRIPTION | Section description. |
ACTIVE | Section activity flag (Y|N). |
SORT | Section sorting parameter. |
PICTURE | Section image. |
DETAIL_PICTURE | Detailed section image. |
SECTION | Parent section ID. |
Example
Call
BX24.callMethod('entity.section.update', {ENTITY: 'menu_new', ID: 220, NAME: 'Not really a test section'});
Request
https://my.bitrix24.com/rest/entity.section.update.json?auth=9affe382af74d9c5caa588e28096e872&ENTITY=menu_new&ID=220&NAME=Not really a test section
Response
{"result":true}
© «Bitrix24», 2001-2024