mirror of
https://github.com/C9Glax/tranga.git
synced 2025-04-15 12:53:17 +02:00
docs Types documentation NotificationConnector
This commit is contained in:
parent
582b3af89c
commit
93696fbac1
@ -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
|
||||
}
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user