rozod
    Preparing search index...

    Variable patchGamePassesV1UniversesUniverseIdGamePassesGamePassIdConst Api Param Description

    patchGamePassesV1UniversesUniverseIdGamePassesGamePassId: EndpointGeneric<
        { gamePassId: number; universeId: number },
        void,
        {
            description: null | string;
            file: null | File;
            isForSale: null | boolean;
            isRegionalPricingEnabled: null | boolean;
            name: null | string;
            price: null | number;
        },
    > = ...

    PATCH https://apis.roblox.com/cloud/game-passes/v1/universes/:universeId/game-passes/:gamePassId Update game pass body universeId The universe ID. gamePassId The game pass ID. Updates a game pass with the provided configuration details. Note that only fields provided in the request will be updated.