2
0

docs Types documentation NotificationConnector

This commit is contained in:
Glax 2024-10-20 20:43:40 +02:00
parent 582b3af89c
commit 93696fbac1

View File

@ -140,5 +140,20 @@
## 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
}
```