mirror of https://github.com/caronc/apprise
Updated Notify_boxcar (markdown)
parent
e73bcd4d9d
commit
55c85ca8e2
|
@ -10,19 +10,18 @@ Each _project_ you create with them will grant you access to your own unique **A
|
||||||
|
|
||||||
### Syntax
|
### Syntax
|
||||||
Valid authentication syntaxes are as follows:
|
Valid authentication syntaxes are as follows:
|
||||||
* **boxcar**://**{access_key}**/**{secret_key}**
|
* `boxcar://{access_key}/{secret_key}`
|
||||||
|
|
||||||
Tags support:
|
Tags support:
|
||||||
* **boxcar**://**{access_key}**/**{secret_key}**/**@{tag_id}**
|
* `boxcar://{access_key}/{secret_key}/@{tag_id}`
|
||||||
* **boxcar**://**{access_key}**/**{secret_key}**/**@{tag_id01}**/**@{tag_id02}**/**@{tag_idNN}**
|
* `boxcar://{access_key}/{secret_key}/@{tag_id01}/@{tag_id02}/@{tag_idNN}`
|
||||||
|
|
||||||
Device Tokens:
|
Device Tokens:
|
||||||
* **boxcar**://**{access_key}**/**{secret_key}**/**{device_id}**
|
* `boxcar://{access_key}/{secret_key}/{device_id}`
|
||||||
* **boxcar**://**{access_key}**/**{secret_key}**/**{device_id01}**/**{device_id02}**/**{device_idNN}**
|
* `boxcar://{access_key}/{secret_key}/{device_id01}/{device_id02}/{device_idNN}`
|
||||||
|
|
||||||
|
|
||||||
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:
|
||||||
* **boxcar**://**{access_key}**/**{secret_key}**/**@{tag_id}**/**{device_id}**
|
* `boxcar://{access_key}/{secret_key}/@{tag_id}**/{device_id}`
|
||||||
|
|
||||||
### Parameter Breakdown
|
### Parameter Breakdown
|
||||||
| Variable | Required | Description
|
| Variable | Required | Description
|
||||||
|
|
Loading…
Reference in New Issue