Updated Notify_gotify (markdown)

master
Chris Caron 2019-05-20 00:40:16 -04:00
parent 4d86e16d32
commit 3cdd44294d
1 changed files with 4 additions and 4 deletions

@ -6,10 +6,10 @@
### Syntax
Valid syntaxes are as follows:
* **gotify**://@**{hostname}**/**{token}**
* **gotifys**://@**{hostname}**/**{token}**
* **gotifys**://@**{hostname}**:**{port}**/**{token}**
* **gotifys**://@**{hostname}**/**{token}**/?**priority=high**
* **gotify**://**{hostname}**/**{token}**
* **gotifys**://**{hostname}**/**{token}**
* **gotifys**://**{hostname}**:**{port}**/**{token}**
* **gotifys**://**{hostname}**/**{token}**/?**priority=high**
Secure connections (via https) should be referenced using **gotifys://** where as insecure connections (via http) should be referenced via **gotify://**.