From 22f3d3f0c33fd162eadd637b5489c066eb119814 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Fri, 17 Feb 2023 16:37:24 -0500 Subject: [PATCH] Updated Notify_Custom_XML (markdown) --- Notify_Custom_XML.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify_Custom_XML.md b/Notify_Custom_XML.md index 15d1e45..3062cec 100644 --- a/Notify_Custom_XML.md +++ b/Notify_Custom_XML.md @@ -50,7 +50,7 @@ The secure versions: | port | No | The port our Web server is listening on. By default the port is **80** for **xml://** and **443** for all **xmls://** references. | user | No | If you're system is set up to use HTTP-AUTH, you can provide _username_ for authentication to it. | password | No | If you're system is set up to use HTTP-AUTH, you can provide _password_ for authentication to it. -| method | No | Optionally specify the server http method; possible options are `post`, `put`, `get`, `delete`, and `head`. By default if no method is specified then `post` is used. +| method | No | Optionally specify the server http method; possible options are `post`, `put`, `get`, `delete`, `patch`, and `head`. By default if no method is specified then `post` is used. #### Example Send a XML notification to our web server listening on port 80: