Docs: Remove deprecation warning on webhook payload fields (#92604)
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user