From 93696fbac1a238948486c114d1ddecc3fedab2e0 Mon Sep 17 00:00:00 2001 From: Glax Date: Sun, 20 Oct 2024 20:43:40 +0200 Subject: [PATCH] docs Types documentation NotificationConnector --- docs/Types.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/Types.md b/docs/Types.md index b3e7517..3471709 100644 --- a/docs/Types.md +++ b/docs/Types.md @@ -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 } ``` \ No newline at end of file