From d994cfd24fd3fdb12ce3e59c3efe4e0f6972dc86 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 09:43:33 -0400 Subject: [PATCH] Updated Notify_Custom_JSON (markdown) --- Notify_Custom_JSON.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Notify_Custom_JSON.md b/Notify_Custom_JSON.md index e81e968..7b3e2a6 100644 --- a/Notify_Custom_JSON.md +++ b/Notify_Custom_JSON.md @@ -56,7 +56,8 @@ Some users may require special HTTP headers to be present when they post their d # # Assuming our {hostname} is localhost # Assuming our {port} is 8080 -apprise "json://localhost:8080/path/?-X-Token=abcdefg" +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + "json://localhost:8080/path/?-X-Token=abcdefg" # Multiple headers just require more entries defined with a hyphen in front: # Below would set the headers: @@ -65,5 +66,6 @@ apprise "json://localhost:8080/path/?-X-Token=abcdefg" # # Assuming our {hostname} is localhost # Assuming our {port} is 8080 -apprise "json://localhost:8080/path/?-X-Token=abcdefg&-X-Apprise=is%20great" +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + "json://localhost:8080/path/?-X-Token=abcdefg&-X-Apprise=is%20great" ``` \ No newline at end of file