We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e53cf1 commit 1f15b6cCopy full SHA for 1f15b6c
1 file changed
linode_api4/groups/monitor.py
@@ -256,9 +256,9 @@ def create_alert_definition(
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.
+ .. note::
+ For updating an alert definition, use the ``save()`` method on the :class:`AlertDefinition` object.
+ For deleting an alert definition, use the ``delete()`` method directly on the :class:`AlertDefinition` object.
262
"""
263
params = {
264
"label": label,
0 commit comments