Docs: Remove deprecation warning on webhook payload fields (#92604)

This commit is contained in:
Santiago 2024-09-26 11:53:22 -03:00 committed by GitHub
parent 59ea63384d
commit 7098c22f39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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