mirror of https://github.com/caronc/apprise
Updated Notify_Custom_JSON (markdown)
parent
55d148abb3
commit
679f3a18ce
|
@ -43,7 +43,7 @@ The secure versions:
|
||||||
| port | No | The port our Web server is listening on. By default the port is **80** for **json://** and **443** for all **jsons://** references.
|
| port | No | The port our Web server is listening on. By default the port is **80** for **json://** and **443** for all **jsons://** references.
|
||||||
| user | No | If you're system is set up to use HTTP-AUTH, you can provide _username_ for authentication to it.
|
| user | No | If you're system is set up to use HTTP-AUTH, you can provide _username_ for authentication to it.
|
||||||
| password | No | If you're system is set up to use HTTP-AUTH, you can provide _password_ for authentication to it.
|
| password | No | If you're system is set up to use HTTP-AUTH, you can provide _password_ for authentication to it.
|
||||||
| method | No | Optionally specify the server http method; possible options are `post`, `put`, `get`, `delete`, and `head`. By default if no method is specified then `post` is used.
|
| method | No | Optionally specify the server http method; possible options are `post`, `put`, `get`, `delete`, `patch`, and `head`. By default if no method is specified then `post` is used.
|
||||||
|
|
||||||
#### Example
|
#### Example
|
||||||
Send a JSON notification to our web server listening on port 80:
|
Send a JSON notification to our web server listening on port 80:
|
||||||
|
|
Loading…
Reference in New Issue