This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Description
If while updating an alert, the alert is updated but no values are actually changed, a 204 status code is returned but the object returned by the update_alert function returns None instead of that recently updated alert
The 204 is not shown to users of the api so there is no way to know whether the operation failed or succeeded outside the SDK layer.