Skip to content

Commit 8b58eb6

Browse files
committed
Added comment as per copilot suggestion for save() and delete()
1 parent 85dce87 commit 8b58eb6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

linode_api4/groups/monitor.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,10 @@ def create_alert_definition(
255255
256256
:returns: The newly created :class:`AlertDefinition`.
257257
:rtype: AlertDefinition
258+
259+
NOTE:
260+
# For updating an alert definition, use the `save()` method on the AlertDefinition object.
261+
# For deleting an alert definition, use the `delete()` method directly on the AlertDefinition object.
258262
"""
259263
params = {
260264
"label": label,

0 commit comments

Comments
 (0)