From b14f65b59f45914a580b9ab5593ea01cbda3a225 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Tue, 14 Dec 2021 19:27:19 -0500 Subject: [PATCH] Updated Notify_serverchan (markdown) --- Notify_serverchan.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Notify_serverchan.md b/Notify_serverchan.md index b28a5c7..2c1a438 100644 --- a/Notify_serverchan.md +++ b/Notify_serverchan.md @@ -9,20 +9,20 @@ Login on this page, and register your own account. After configure the notify ch ### Syntax Valid authentication syntax is as follows: -* `schan://{token}/` +* `schan://{sendkey}/` ### Parameter Breakdown | Variable | Required | Description | ----------- | -------- | ----------- -| token | Yes | This is token provided to you through your SimpleChan account. +| sendkey | Yes | This is token provided to you through your SimpleChan account. #### Example Send a SimpleChan notification: ```bash # Assume: -# - our {token} is ABC123 +# - our {sendkey} is ABC123 apprise -vv -t "Test Message Title" -b "Test Message Body" \ schan://ABC123 ```