From fa74cac1d6aa28588cc04e3febcb027e73a81a1e Mon Sep 17 00:00:00 2001 From: Tanmay Deep Sharma Date: Thu, 15 May 2025 15:03:51 +0700 Subject: [PATCH] update automation rules payload for developer docs --- swagger/definitions/resource/automation_rule.yml | 2 +- swagger/swagger.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" } } },