Skip to content

Commit f1861cd

Browse files
Update linode_api4/objects/monitor.py
Co-authored-by: Ye Chen <127243817+yec-akamai@users.noreply.github.com>
1 parent 559e9e7 commit f1861cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linode_api4/objects/monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ class AlertDefinition(DerivedBase):
327327
"label": Property(mutable=True),
328328
"severity": Property(mutable=True),
329329
"type": Property(AlertType),
330-
"service_type": Property(),
330+
"service_type": Property(identifier=True),
331331
"status": Property(),
332332
"has_more_resources": Property(),
333333
"rule_criteria": Property(RuleCriteria),

0 commit comments

Comments
 (0)