docs Types documentation NotificationConnector
This commit is contained in:
parent
582b3af89c
commit
93696fbac1
@ -140,5 +140,20 @@
|
|||||||
## NotificationConnector
|
## NotificationConnector
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
|
"notificationConnectorType": number, //see NotificationConnectorType
|
||||||
|
"endpoint": string, //only on Ntfy, Gotify
|
||||||
|
"appToken": string, //only on Gotify
|
||||||
|
"auth": string, //only on Ntfy
|
||||||
|
"topic": string, //only on Ntfy
|
||||||
|
"id": string, //only on LunaSea
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
## NotificationConnectorType
|
||||||
|
```
|
||||||
|
{
|
||||||
|
Gotify = 0,
|
||||||
|
LunaSea = 1,
|
||||||
|
Ntfy = 2
|
||||||
}
|
}
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user