Skip to content

Commit 9767a0c

Browse files
committed
ref: add channel_ids property in alert definition
1 parent 334b1f4 commit 9767a0c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

linode_api4/objects/monitor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ class AlertDefinition(DerivedBase):
448448
"scope": Property(AlertScope),
449449
"regions": Property(mutable=True),
450450
"entities": Property(json_object=AlertEntities),
451+
"channel_ids": Property(mutable=True),
451452
}
452453

453454

0 commit comments

Comments
 (0)