mirror of
https://github.com/caronc/apprise.git
synced 2025-03-03 17:41:35 +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
|
||||
|
||||
### Syntax
|
||||
Valid syntaxes are as follows:
|
||||
* `json://{hostname}`
|
||||
* `json://{hostname}:{port}`
|
||||
* `json://{user}:{password}@{hostname}`
|
||||
* `json://{user}:{password}@{hostname}:{port}`
|
||||
Valid syntax is as follows:
|
||||
* `json://{hostname}`
|
||||
* `json://{hostname}:{port}`
|
||||
* `json://{user}:{password}@{hostname}`
|
||||
* `json://{user}:{password}@{hostname}:{port}`
|
||||
|
||||
The secure versions:
|
||||
* `jsons://{hostname}`
|
||||
* `jsons://{hostname}:{port}`
|
||||
* `jsons://{user}:{password}@{hostname}`
|
||||
* `jsons://{user}:{password}@{hostname}:{port}`
|
||||
|
||||
### Parameter Breakdown
|
||||
| Variable | Required | Description
|
||||
| ----------- | -------- | -----------
|
||||
|
Loading…
Reference in New Issue
Block a user