We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85dce87 commit 8b58eb6Copy full SHA for 8b58eb6
linode_api4/groups/monitor.py
@@ -255,6 +255,10 @@ def create_alert_definition(
255
256
:returns: The newly created :class:`AlertDefinition`.
257
: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.
262
"""
263
params = {
264
"label": label,
0 commit comments