Commit 7dd387ce by Mike Dalrymple Committed by GitHub

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.
parent 0cf28312
...@@ -554,11 +554,12 @@ The following sections detail the supported settings and secure settings for eac ...@@ -554,11 +554,12 @@ The following sections detail the supported settings and secure settings for eac
#### Alert notification `webhook` #### Alert notification `webhook`
| Name | Secure setting | | Name | Secure setting |
| -------- | -------------- | | ---------- | -------------- |
| url | | | url | |
| username | | | httpMethod | |
| password | yes | | username | |
| password | yes |
#### Alert notification `googlechat` #### Alert notification `googlechat`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment