From 7dd387ce5730fe4ad203a0c7a10bac0955d96d56 Mon Sep 17 00:00:00 2001 From: Mike Dalrymple Date: Fri, 11 Dec 2020 08:50:04 -0800 Subject: [PATCH] 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. --- docs/sources/administration/provisioning.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/sources/administration/provisioning.md b/docs/sources/administration/provisioning.md index 856eee61563..61f7e5cec2e 100644 --- a/docs/sources/administration/provisioning.md +++ b/docs/sources/administration/provisioning.md @@ -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`