From 93fc5b68ff306eae127f58844717a55d8cd7d721 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Sat, 16 Dec 2023 13:11:06 +0000 Subject: [PATCH] Add option to allow subscribers to choose resources --- CommonServer/API/StatusPageAPI.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/CommonServer/API/StatusPageAPI.ts b/CommonServer/API/StatusPageAPI.ts index 73057ed854..171f04612b 100644 --- a/CommonServer/API/StatusPageAPI.ts +++ b/CommonServer/API/StatusPageAPI.ts @@ -240,6 +240,7 @@ export default class StatusPageAPI extends BaseAPI< enableEmailSubscribers: true, enableSmsSubscribers: true, isPublicStatusPage: true, + allowSubscribersToChooseResources: true, requireSsoForLogin: true, coverImageFile: { file: true,