correlation.update
This method allows to update existing correlations.
This method is only available to Super admin user type. Permissions to call the method can be revoked in user role settings. See User roles for more information.
Parameters
Correlation properties to be updated.
Additionally to the standard correlation properties, the method accepts the following parameters.
Returns an object containing the IDs of the updated correlations under the property.
Examples
Disable correlation
Request:
Replace conditions, but keep the evaluation method
Request:
Response:
Source
CCorrelation::update() in ui/include/classes/api/services/CCorrelation.php.