This method allows to update screen items in the given screen cells. If a cell is empty, a new screen item will be created.

    Parameters

    (array) Screen item properties to be updated.

    Returns an object containing the IDs of the updated and created screen items under the screenitemids property.

    Examples

    Changing a screen items resource ID

    Change the resource ID for the screen element located in the upper-left cell of the screen.

    Response:

    1. {
    2. "jsonrpc": "2.0",
    3. "result": {
    4. ]
    5. },
    6. "id": 1

    Source

    CScreenItem::update() in frontends/php/include/classes/api/services/CScreenItem.php.