docs/RuleFailureReason.md in talon_one-5.0.0 vs docs/RuleFailureReason.md in talon_one-6.0.0

- old
+ new

@@ -14,10 +14,12 @@ **rule_index** | **Integer** | The index of the rule that failed within the ruleset. | **rule_name** | **String** | The name of the rule that failed within the ruleset. | **condition_index** | **Integer** | The index of the condition that failed. | [optional] **effect_index** | **Integer** | The index of the effect that failed. | [optional] **details** | **String** | More details about the failure. | [optional] +**evaluation_group_id** | **Integer** | The ID of the evaluation group. For more information, see [Managing campaign evaluation](https://docs.talon.one/docs/product/applications/managing-campaign-evaluation). | [optional] +**evaluation_group_mode** | **String** | The evaluation mode of the evaluation group. For more information, see [Managing campaign evaluation](https://docs.talon.one/docs/product/applications/managing-campaign- | [optional] ## Code Sample ```ruby require 'TalonOne' @@ -31,9 +33,11 @@ referral_value: null, rule_index: null, rule_name: null, condition_index: null, effect_index: null, - details: null) + details: null, + evaluation_group_id: 3, + evaluation_group_mode: stackable) ```