From 69864b87465f1c9104ff8c5a639827f5dac50b4b Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 1 Dec 2020 16:07:42 -0500 Subject: [PATCH] fix(openapi): spec for c1a7968d23f0809e7012edfccf49b193749998ec --- public/openapi/components/schemas/SettingsObj.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/openapi/components/schemas/SettingsObj.yaml b/public/openapi/components/schemas/SettingsObj.yaml index a0d53b5bcb..eb2362bd63 100644 --- a/public/openapi/components/schemas/SettingsObj.yaml +++ b/public/openapi/components/schemas/SettingsObj.yaml @@ -83,6 +83,9 @@ Settings: notificationType_group-invite: type: string description: Notification type for group invitations + notificationType_group-leave: + type: string + description: Notification type for when users leave your group upvoteNotifFreq: type: string description: How often to notify you when your posts are upvoted @@ -137,6 +140,7 @@ Settings: - notificationType_new-topic - notificationType_follow - notificationType_group-invite + - notificationType_group-leave - upvoteNotifFreq - acpLang - notificationType_new-register