From 69fa407905ac8e1d5c7ce557190f83e4d8a3d315 Mon Sep 17 00:00:00 2001 From: lead2gold Date: Wed, 29 Nov 2017 20:55:39 -0500 Subject: [PATCH] Updated Notify_pushalot (markdown) --- Notify_pushalot.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Notify_pushalot.md b/Notify_pushalot.md index 9e6d76f..694aee3 100644 --- a/Notify_pushalot.md +++ b/Notify_pushalot.md @@ -13,11 +13,11 @@ Valid syntax is as follows: ### Parameter Breakdown | Variable | Required | Description | ----------- | -------- | ----------- -| authorizationtoken | Yes | The authorization token associated with your Pushalot account. +| authorizationtoken | Yes | The authorization token associated with your Pushalot account. This is an alpha-numeric string (32 characters in length) #### Example Send a Pushalot notification ```bash -# Assuming our {authorizationtoken} is abcdefghijklmnop-abcdefg -notify palot://abcdefghijklmnop-abcdefg +# Assuming our {authorizationtoken} is 1f418df7577e32b89ac6511f2eb9aa68 +notify palot://1f418df7577e32b89ac6511f2eb9aa68 ```