rozod
    Preparing search index...

    Variable getGamePassesGamepassidNameDescriptionConst Api Param

    getGamePassesGamepassidNameDescription: EndpointGeneric<
        { gamePassId: number },
        {
            data: {
                description: string;
                languageCode: string;
                name: string;
                updateType: "Invalid" | "Name" | "Description";
            }[];
        },
        undefined,
    > = ...

    GET https://gameinternationalization.roblox.com/v1/game-passes/:gamePassId/name-description Get all names and descriptions of a game pass gamePassId The game pass Id