From 8d9ff2e18e600178d9bb4945c8024221f560fa8f Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Tue, 4 Jan 2022 11:44:55 -0500 Subject: [PATCH] Updated Notify_Custom_JSON (markdown) --- Notify_Custom_JSON.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Notify_Custom_JSON.md b/Notify_Custom_JSON.md index 256508d..0c4046e 100644 --- a/Notify_Custom_JSON.md +++ b/Notify_Custom_JSON.md @@ -43,6 +43,7 @@ The secure versions: | port | No | The port our Web server is listening on. By default the port is **80** for **json://** and **443** for all **jsons://** 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. #### Example Send a JSON notification to our web server listening on port 80: