This method allows to update existing graph prototypes.

    This method is only available to Admin and Super admin user types. Permissions to call the method can be revoked in user role settings. See for more information.

    The graphid property must be defined for each graph prototype, all other properties are optional. Only the passed properties will be updated, all others will remain unchanged.

    Additionally to the standard graph prototype properties, the method accepts the following parameters.

    Changing the size of a graph prototype

    Change the size of a graph prototype to 1100 to 400 pixels.

    Request:

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

    CGraphPrototype::update() in ui/include/classes/api/services/CGraphPrototype.php.