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 73d3529 commit d5159e6Copy full SHA for d5159e6
sdcclient/_client.py
@@ -309,7 +309,7 @@ def update_alert(self, alert):
309
Update a modified threshold-based alert.
310
311
**Arguments**
312
- - **alert**: one alert object from a list returned by :func:`~SdcClient.get_alerts`.
+ - **alert**: one modified alert object of the same format as those in the list returned by :func:`~SdcClient.get_alerts`.
313
314
**Success Return Value**
315
The updated alert.
0 commit comments