Skip to content

Commit 4238b5b

Browse files
Update linode_api4/groups/monitor.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d1d46a0 commit 4238b5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linode_api4/groups/monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def create_alert_definition(
272272
if entity_ids is not None:
273273
params["entity_ids"] = entity_ids
274274

275-
# API will handle check for service_type return error if missing
275+
# API will validate service_type and return an error if missing
276276
result = self.client.post(
277277
f"/monitor/services/{service_type}/alert-definitions", data=params
278278
)

0 commit comments

Comments
 (0)