From 182159059b2667af49666840a5c4339501f2bac4 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 13 Oct 2022 19:51:40 -0400 Subject: [PATCH] Updated Notify_Custom_JSON (markdown) --- Notify_Custom_JSON.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify_Custom_JSON.md b/Notify_Custom_JSON.md index f6e34b9..550eb67 100644 --- a/Notify_Custom_JSON.md +++ b/Notify_Custom_JSON.md @@ -99,7 +99,7 @@ apprise -vv -t "Test Message Title" -b "Test Message Body" \ ``` ### GET Parameter Manipulation -Some users may require GET parameters to be part of their POST. Any parameters you pass onto the Apprise command line are interpreted by Apprise itself as options/actions you wish to perform (such as changing `method=update`, or `cto=3`). To have Apprise ignore what was specified and past the content `as-is` upstream, you jsut need to prefix your entries with a minus (`-`) symbol. +Some users may require GET parameters to be part of their POST. Any parameters you pass onto the Apprise command line are interpreted by Apprise itself as options/actions you wish to perform (such as changing `method=update`, or `cto=3`). To have Apprise ignore what was specified and past the content `as-is` upstream, you just need to prefix your entries with a minus (`-`) symbol. ```bash # The below for example would post to http://localhost:8000?token=abcdefg #