此方法用于更新目前的应用集。

    Parameters

    (object/array) 需要被更新的 。

    Applicationid属性必须在每个应用集中已定义,其他所有属性为可选项。只有传递过去的属性会被更新,其他所有属性仍然保持不变。

    返回值

    返回一个 applicationids 属性下已更新应用集的ID的对象。

    更新应用集的名称。

    更新应用集的名称为“Processes and performance”。

    响应:

    来源

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

    Description

    object application.update(object/array **applications**)

    This method allows to update existing applications.

    Application properties to be updated.

    Return values

    Returns an object containing the IDs of the updated applications under the applicationids property.

    Examples

    Changing the name of an application

    Change the name of the application to “Processes and performance”.

    Request:

    Response:

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