rozod
    Preparing search index...

    Variable patchVipServersIdSubscriptionConst Api Param

    patchVipServersIdSubscription: EndpointGeneric<
        { id: number },
        {
            active: boolean;
            canRenew: boolean;
            expirationDate: string;
            expired: boolean;
            hasInsufficientFunds: boolean;
            hasPriceChanged: boolean;
            hasRecurringProfile: boolean;
            price: number;
        },
        { active: boolean; price: number },
    > = ...

    PATCH https://games.roblox.com/v1/vip-servers/:id/subscription Updates subscription status of a vip server body The Roblox.Games.Api.VipServerUpdateSubscriptionRequest id The VIP Server ID