feat-unified-subscribe-command #12

Merged
ChrisChrome merged 3 commits from feat-unified-subscribe-command into main 2024-05-21 21:57:10 -06:00
Showing only changes of commit 3e792352d8 - Show all commits

View file

@ -19,7 +19,7 @@
}, },
{ {
"name": "filter", "name": "filter",
"description": "Filter for the alert", "description": "Filter for the alert, you can comma separate multiple strings of text. Don't use spaces between the commas",
"type": 3, "type": 3,
"required": false "required": false
}, },
@ -57,7 +57,7 @@
}, },
{ {
"name": "filterevt", "name": "filterevt",
"description": "Filter for event type", "description": "Filter for event type, you can comma separate multiple strings of text. Don't use spaces between the commas",
"type": 3, "type": 3,
"required": false "required": false
} }