mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Remove deprecation warning on webhook payload fields (#92604)
This commit is contained in:
parent
59ea63384d
commit
7098c22f39
@ -117,9 +117,9 @@ The webhook notification is a simple way to send information about a state chang
|
||||
| version | string | Version of the payload |
|
||||
| groupKey | string | Key that is used for grouping |
|
||||
| truncatedAlerts | number | Number of alerts that were truncated |
|
||||
| title | string | **Will be deprecated soon** |
|
||||
| state | string | **Will be deprecated soon** |
|
||||
| message | string | **Will be deprecated soon** |
|
||||
| title | string | Custom title |
|
||||
| state | string | State of the alert group (either `alerting` or `ok`) |
|
||||
| message | string | Custom message |
|
||||
|
||||
### Alert
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user