rozod
    Preparing search index...

    Variable patchGroupsGroupidNotificationPreferenceConst Api Param

    patchGroupsGroupidNotificationPreference: EndpointGeneric<
        { groupId: number },
        0 | 1 | 2 | 3,
        {
            notificationsEnabled: boolean;
            type:
                | "AnnouncementCreatedNotification"
                | "ForumPostCreatedNotification"
                | "ForumCommentCreatedNotification"
                | "ForumCommentReplyCreatedNotification"
                | "ForumSubscriberNotification";
        },
    > = ...

    PATCH https://groups.roblox.com/v1/groups/:groupId/notification-preference Updates the group's settings body Roblox.Groups.Api.UpdateGroupSettingsRequest groupId The id of the group the user is in.