rozod
    Preparing search index...

    Variable patchGamePassesV1UniversesUniverseIdGamePassesGamePassIdConst Param

    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;
        },
    > = ...

    BETA

    Updates a game pass with the provided configuration details. Note that only fields provided in the request will be updated.

    Scopes: game-pass:write Engine: Not available in-engine

    body universeId The universe ID. gamePassId The game pass ID.