rozod
    Preparing search index...

    Variable patchGroupsGroupidSettingsConst Api Param

    patchGroupsGroupidSettings: EndpointGeneric<
        { groupId: number },
        Record<string, never>,
        {
            areEnemiesAllowed: boolean;
            areGroupFundsVisible: boolean;
            areGroupGamesVisible: boolean;
            isApprovalRequired: boolean;
            verificationLevel: 0 | 1 | 2 | 3;
        },
    > = ...

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