mirror of
https://github.com/caronc/apprise.git
synced 2025-03-04 01:51:44 +01:00
Updated Notify_Custom_JSON (markdown)
parent
54b7412247
commit
ab0444ab49
@ -24,16 +24,18 @@ The *type* will be one of the following:
|
|||||||
* **warning**: A warning report
|
* **warning**: A warning report
|
||||||
|
|
||||||
### Syntax
|
### Syntax
|
||||||
Valid syntaxes are as follows:
|
Valid syntax is as follows:
|
||||||
* `json://{hostname}`
|
|
||||||
* `json://{hostname}:{port}`
|
|
||||||
* `json://{user}:{password}@{hostname}`
|
|
||||||
* `json://{user}:{password}@{hostname}:{port}`
|
|
||||||
* `json://{hostname}`
|
* `json://{hostname}`
|
||||||
* `json://{hostname}:{port}`
|
* `json://{hostname}:{port}`
|
||||||
* `json://{user}:{password}@{hostname}`
|
* `json://{user}:{password}@{hostname}`
|
||||||
* `json://{user}:{password}@{hostname}:{port}`
|
* `json://{user}:{password}@{hostname}:{port}`
|
||||||
|
|
||||||
|
The secure versions:
|
||||||
|
* `jsons://{hostname}`
|
||||||
|
* `jsons://{hostname}:{port}`
|
||||||
|
* `jsons://{user}:{password}@{hostname}`
|
||||||
|
* `jsons://{user}:{password}@{hostname}:{port}`
|
||||||
|
|
||||||
### Parameter Breakdown
|
### Parameter Breakdown
|
||||||
| Variable | Required | Description
|
| Variable | Required | Description
|
||||||
| ----------- | -------- | -----------
|
| ----------- | -------- | -----------
|
||||||
|
Loading…
Reference in New Issue
Block a user