Updated Notify_notica (markdown)

master
Chris Caron 2023-02-13 22:28:26 -05:00
parent 5308055412
commit 06e994436c
1 changed files with 6 additions and 6 deletions

@ -23,12 +23,12 @@ Valid syntaxes are as follows:
* `notica://{token}`
For self hosted solutions, you can use the following:
* `{schema}://{host}/{token}`
* `{schema}://{host}:{port}/{token}`
* `{schema}://{user}@{host}/{token}`
* `{schema}://{user}@{host}:{port}/{token}`
* `{schema}://{user}:{password}@{host}/{token}`
* `{schema}://{user}:{password}@{host}:{port}/{token}`
* `notica://{host}/{token}`
* `notica://{host}:{port}/{token}`
* `notica://{user}@{host}/{token}`
* `notica://{user}@{host}:{port}/{token}`
* `notica://{user}:{password}@{host}/{token}`
* `notica://{user}:{password}@{host}:{port}/{token}`
### Parameter Breakdown
| Variable | Required | Description