Skip to content

Commit 911d73d

Browse files
Adding quotes to notify_by parameter (#29126)
Correcting syntax of the notify_by parameter Co-authored-by: Esther Kim <[email protected]>
1 parent 2893c7f commit 911d73d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/monitors/guide/alert_aggregation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ If you are managing your monitors with the API, use the variable `notify_by` to
7676

7777
| Type of Alert | Configuration Example |
7878
|-------------------|----------------------------------------|
79-
| Simple Alert | `"notify_by": [*]` |
79+
| Simple Alert | `"notify_by": ["*"]` |
8080
| Multi Alert | `"notify_by": [<group>]`, for example, `"notify_by": ["topic"]` |
8181

8282
For more information, see the [API documentation][4].
@@ -88,4 +88,4 @@ For more information, see the [API documentation][4].
8888
[1]: /monitors/configuration/?tab=thresholdalert#simple-alert
8989
[2]: /monitors/notify/variables/?tab=is_alert#triggered-variables
9090
[3]: /monitors/configuration/?tab=thresholdalert#multi-alert
91-
[4]: /api/latest/monitors/#create-a-monitor
91+
[4]: /api/latest/monitors/#create-a-monitor

0 commit comments

Comments
 (0)