From 171c2cf48b25de225738d514297854ed29d4320c Mon Sep 17 00:00:00 2001 From: sct Date: Fri, 5 Mar 2021 00:19:18 +0000 Subject: [PATCH] deploy: f6d00d8d1559879189f83739193c6e2acafde51d --- overseerr-api.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/overseerr-api.yml b/overseerr-api.yml index 63c874e69..03667870c 100644 --- a/overseerr-api.yml +++ b/overseerr-api.yml @@ -97,6 +97,10 @@ components: default: true discordId: type: string + telegramChatId: + type: string + telegramSendSilently: + type: boolean required: - enableNotifications MainSettings: @@ -1545,6 +1549,12 @@ components: discordId: type: string nullable: true + telegramChatId: + type: string + nullable: true + telegramSendSilently: + type: boolean + nullable: true required: - enableNotifications securitySchemes: