diff options
author | Benny Morrison <benmorrison@ttm.sh> | 2019-03-17 23:26:05 -0400 |
---|---|---|
committer | Benny Morrison <benmorrison@ttm.sh> | 2019-03-17 23:26:05 -0400 |
commit | 6b04f1684f08fcb55c8cd7d051a62066233baa54 (patch) | |
tree | f0dcc4cc2db6be549c83ec3c62d355f67a61967a /gotify.sh.example | |
parent | 3c3e237996f016bb3e9e6ccd5b15b357cb281a16 (diff) | |
download | goofbot-6b04f1684f08fcb55c8cd7d051a62066233baa54.tar.gz |
changed message priority
Diffstat (limited to 'gotify.sh.example')
-rw-r--r-- | gotify.sh.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gotify.sh.example b/gotify.sh.example index 8a2ac9d..91d4f45 100644 --- a/gotify.sh.example +++ b/gotify.sh.example @@ -5,4 +5,4 @@ curl --request POST \ --header 'accept: application/json' \ --header 'content-type: application/json' \ --header 'x-gotify-key: redacted' \ - --data '{ "message": "A hero is needed in #institute", "priority": 2, "title": "Admin Request" }' + --data '{ "message": "A hero is needed in #institute", "priority": 5, "title": "Admin Request" }' |