This method allows to update existing actions.

    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.

    Parameters

    (object/array) Action properties to be updated.

    Additionally to the , the method accepts the following parameters.

    (object) Returns an object containing the IDs of the updated actions under the property.

    Examples

    Disable action

    Disable action, that is, set its status to “1”.

    Response:

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

    Source