rozod
    Preparing search index...

    Variable patchVipServersIdConst Api Param

    patchVipServersId: EndpointGeneric<
        { id: number },
        {
            active: boolean;
            game: {
                id: number;
                name: string;
                rootPlace: { id: number; name: string };
            };
            id: number;
            joinCode: string;
            link: string;
            name: string;
            permissions: {
                clanAllowed: boolean;
                enemyClanId: number;
                friendsAllowed: boolean;
                users: { displayName: string; id: number; name: string }[];
            };
            subscription: {
                active: boolean;
                canRenew: boolean;
                expirationDate: string;
                expired: boolean;
                hasInsufficientFunds: boolean;
                hasPriceChanged: boolean;
                hasRecurringProfile: boolean;
                price: number;
            };
            voiceSettings: { enabled: boolean };
        },
        { active: boolean; name: string; newJoinCode: boolean },
    > = ...

    PATCH https://games.roblox.com/v1/vip-servers/:id Updates vip server body The Roblox.Games.Api.VipServerUpdateRequest id The VIP Server ID