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 | ----------- | -------- | -----------