Added support for allowing alerts to un-ack (#9136)

* Add support for allowing alerts to un-ack

* Updated db_schema.yaml

* Update and rename 263.sql to 265.sql

* Fix up ui a bit.

* Renamed sql file
This commit is contained in:
Neil Lathwood
2018-09-19 23:38:01 +01:00
committed by GitHub
parent 7682093fd0
commit 86d862fb25
20 changed files with 239 additions and 86 deletions

View File

@@ -44,6 +44,8 @@ Acknowledge an alert
Route: `/api/v0/alerts/:id`
- id is the alert id, you can obtain a list of alert ids from [`list_alerts`](#function-list_alerts).
- note is the note to add to the alert
- until_clear is a boolean and if set to false, the alert will re-alert if it worsens/betters.
Input: