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:
{
"jsonrpc": "2.0",
"result": {
]
},
"id": 1
Source
CScreenItem::update() in frontends/php/include/classes/api/services/CScreenItem.php.