This method allows to update existing triggers.

    Parameters

    (object/array) Trigger properties to be updated.

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

    Additionally to the standard trigger properties the method accepts the following parameters.

    Returns an object containing the IDs of the updated triggers under the triggerids property.

    Examples

    Enabling a trigger

    Enable a trigger, that is, set its status to 0.

    Request:

    Response:

    Replacing triggers tags

    Request:

    Response:

    Source