rozod
    Preparing search index...

    Variable postNameDescriptionGamesGameidHistoryConst Api Param

    postNameDescriptionGamesGameidHistory: EndpointGeneric<
        { gameId: number },
        {
            history: {
                created: string;
                translationText: string;
                translator: { agentType: "User" | "Automation"; id: number };
            }[];
            lastEvaluatedId: string;
        },
        {
            count: number;
            cursor: string;
            languageCode: string;
            requestType: "Name"
            | "Description";
            sortOrder: "Asc" | "Desc";
        },
    > = ...

    POST https://gameinternationalization.roblox.com/v1/name-description/games/:gameId/history Gets the history for name or description in a provided language. body The request. gameId The id of the game