diff --git a/swagger/definitions/resource/automation_rule.yml b/swagger/definitions/resource/automation_rule.yml index 6252e845f..6165b12a2 100644 --- a/swagger/definitions/resource/automation_rule.yml +++ b/swagger/definitions/resource/automation_rule.yml @@ -57,7 +57,7 @@ automation_rule_item: filter_operator: contains values: - help - query_operator: nil + query_operator: and actions: type: array description: Array of actions which we perform when condition matches diff --git a/swagger/swagger.json b/swagger/swagger.json index 20deda254..3c485388e 100644 --- a/swagger/swagger.json +++ b/swagger/swagger.json @@ -7669,7 +7669,7 @@ "values": [ "help" ], - "query_operator": "nil" + "query_operator": "and" } } },