From ab0444ab49798496d5fecc22c3b43aff9989815d Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 14 Oct 2021 20:27:42 -0400 Subject: [PATCH] Updated Notify_Custom_JSON (markdown) --- Notify_Custom_JSON.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Notify_Custom_JSON.md b/Notify_Custom_JSON.md index 003e45e..256508d 100644 --- a/Notify_Custom_JSON.md +++ b/Notify_Custom_JSON.md @@ -24,16 +24,18 @@ The *type* will be one of the following: * **warning**: A warning report ### Syntax -Valid syntaxes are as follows: -* `json://{hostname}` -* `json://{hostname}:{port}` -* `json://{user}:{password}@{hostname}` -* `json://{user}:{password}@{hostname}:{port}` +Valid syntax is as follows: * `json://{hostname}` * `json://{hostname}:{port}` * `json://{user}:{password}@{hostname}` * `json://{user}:{password}@{hostname}:{port}` +The secure versions: +* `jsons://{hostname}` +* `jsons://{hostname}:{port}` +* `jsons://{user}:{password}@{hostname}` +* `jsons://{user}:{password}@{hostname}:{port}` + ### Parameter Breakdown | Variable | Required | Description | ----------- | -------- | -----------