This method allows to update existing screens. 此方法允许更新已存在的聚合图形

    Parameters 参数

    (object/array) Screen properties to be updated. (object/array) 聚合图形参数将被更新

    The screenid property must be defined for each screen, all other properties are optional. Only the passed properties will be updated, all others will remain unchanged. 每个聚合图形必须定义参数,其他参数是可以选择的。仅传递的参数会被更新,其他的的参数将保持不变。

    Additionally to the , the method accepts the following parameters. 此外standard screen properties,此方法接受以下参数

    (object) Returns an object containing the IDs of the updated screens under the screenids property. (object) 返回一个对象,该对象包含属性下更新聚合图形的id。

    Examples 示例如下

    Renaming a screen 重命名一个聚合图形

    Request:

    Response:

    Change screen owner 改变聚合图形属主

    Available only for admins and super admins. 仅仅适用于管理员和超级管理员

    Request:

    Response:

    Source