Skip to content

Commit

Permalink
docs Types documentation NotificationConnector
Browse files Browse the repository at this point in the history
  • Loading branch information
C9Glax committed Oct 20, 2024
1 parent 582b3af commit 93696fb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/Types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```

0 comments on commit 93696fb

Please sign in to comment.