rozod
    Preparing search index...

    Variable patchNameDescriptionGamesGameidConst Api Param

    patchNameDescriptionGamesGameid: EndpointGeneric<
        { gameId: number },
        {
            failedOperations: { errorCode: number; languageCode: string }[];
            successOperations: {
                description: string;
                languageCode: string;
                name: string;
                updateType: "Invalid" | "Name" | "Description";
            }[];
        },
        {
            data: {
                description: string;
                languageCode: string;
                name: string;
                updateType: "Invalid"
                | "Name"
                | "Description";
            }[];
        },
    > = ...

    PATCH https://gameinternationalization.roblox.com/v1/name-description/games/:gameId Updates a game's name and/or description in multiple languages. body The request body. gameId The id of the game.