mirror of https://github.com/caronc/apprise
typo - to many colons (:); refs #3
parent
bf3b7a22bb
commit
2e8d87f354
|
@ -6,17 +6,17 @@
|
||||||
|
|
||||||
### Syntax
|
### Syntax
|
||||||
Valid syntaxes are as follows:
|
Valid syntaxes are as follows:
|
||||||
* **rocket**:://**{user}**:**{password}**@**{hostname}**/#**{channel}**
|
* **rocket**://**{user}**:**{password}**@**{hostname}**/#**{channel}**
|
||||||
* **rocket**:://**{user}**:**{password}**@**{hostname}**:**{port}**/#**{channel}**
|
* **rocket**://**{user}**:**{password}**@**{hostname}**:**{port}**/#**{channel}**
|
||||||
* **rocket**:://**{user}**:**{password}**@**{hostname}**/**{room_id}**
|
* **rocket**://**{user}**:**{password}**@**{hostname}**/**{room_id}**
|
||||||
* **rocket**:://**{user}**:**{password}**@**{hostname}**:**{port}**/**{room_id}**
|
* **rocket**://**{user}**:**{password}**@**{hostname}**:**{port}**/**{room_id}**
|
||||||
* **rockets**:://**{user}**:**{password}**@**{hostname}**/#**{channel}**
|
* **rockets**://**{user}**:**{password}**@**{hostname}**/#**{channel}**
|
||||||
* **rockets**:://**{user}**:**{password}**@**{hostname}**:**{port}**/#**{channel}**
|
* **rockets**://**{user}**:**{password}**@**{hostname}**:**{port}**/#**{channel}**
|
||||||
* **rockets**:://**{user}**:**{password}**@**{hostname}**/**{room_id}**
|
* **rockets**://**{user}**:**{password}**@**{hostname}**/**{room_id}**
|
||||||
* **rockets**:://**{user}**:**{password}**@**{hostname}**:**{port}**/**{room_id}**
|
* **rockets**://**{user}**:**{password}**@**{hostname}**:**{port}**/**{room_id}**
|
||||||
|
|
||||||
You can also form any combination of the above and perform updates from one url:
|
You can also form any combination of the above and perform updates from one url:
|
||||||
* **rocket**:://**{user}**:**{password}**@**{hostname}**/#**{channel_id}**/**{room_id}**
|
* **rocket**://**{user}**:**{password}**@**{hostname}**/#**{channel_id}**/**{room_id}**
|
||||||
|
|
||||||
If neither a **{room_id}** or **#{channel}** is specified then this notification will fail.
|
If neither a **{room_id}** or **#{channel}** is specified then this notification will fail.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue