mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added httpMethod to webhook (#29780)
The values appear like they can be "POST" or "PUT" but there doesn't appear to be a place for that info in the documentation.
This commit is contained in:
parent
0cf283120b
commit
7dd387ce57
@ -554,11 +554,12 @@ The following sections detail the supported settings and secure settings for eac
|
||||
|
||||
#### Alert notification `webhook`
|
||||
|
||||
| Name | Secure setting |
|
||||
| -------- | -------------- |
|
||||
| url | |
|
||||
| username | |
|
||||
| password | yes |
|
||||
| Name | Secure setting |
|
||||
| ---------- | -------------- |
|
||||
| url | |
|
||||
| httpMethod | |
|
||||
| username | |
|
||||
| password | yes |
|
||||
|
||||
#### Alert notification `googlechat`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user