UpdateRule
Updates an existing rule.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
UpdateRuleRequest is used to create or update a rule. If the rule_id or client_key is provided, the rule will be updated. If not, a new rule will be created.
UpdateRuleRequest is used to create or update a rule. If the rule_id or client_key is provided, the rule will be updated. If not, a new rule will be created.
Deprecated - use asset_configuration instead.
Deprecated - use DeleteRule instead.
If set to true then this rule will be evaluated on live data, otherwise live rule evaluation
will be disabled. This rule can still be used, however, in report generation. If this value
is null then the original value is preserved.
This is a request, not a guarantee. When combined with
BatchUpdateRulesRequest.override_expression_validation = true, a true value here can be
silently overridden to false if UDF inlining fails (the rule is still persisted, just with
live evaluation disabled). Re-send this request with the underlying issue resolved -- e.g.
the referenced channels populated, or the expression simplified -- to flip it back on.
Response
A successful response.