We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334b1f4 commit 9767a0cCopy full SHA for 9767a0c
1 file changed
linode_api4/objects/monitor.py
@@ -448,6 +448,7 @@ class AlertDefinition(DerivedBase):
448
"scope": Property(AlertScope),
449
"regions": Property(mutable=True),
450
"entities": Property(json_object=AlertEntities),
451
+ "channel_ids": Property(mutable=True),
452
}
453
454
0 commit comments