update automation rules payload for developer docs

This commit is contained in:
Tanmay Deep Sharma
2025-05-15 15:03:51 +07:00
parent 7d863d3e29
commit fa74cac1d6
2 changed files with 2 additions and 2 deletions
@@ -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
+1 -1
View File
@@ -7669,7 +7669,7 @@
"values": [
"help"
],
"query_operator": "nil"
"query_operator": "and"
}
}
},