rozod
    Preparing search index...

    Variable postNameDescriptionGamesTranslationHistoryConst Api Param

    postNameDescriptionGamesTranslationHistory: EndpointGeneric<
        {},
        {
            history: {
                created: string;
                translationText: string;
                translator: { agentType: "User"
                | "Automation"; id: number };
            }[];
            lastEvaluatedId: string;
        },
        {
            contentId: number;
            contentType: | "UniverseDisplayNames"
            | "UniverseDisplayDescriptions"
            | "BadgeDisplayName"
            | "BadgeDisplayDescription"
            | "DeveloperProductDisplayName"
            | "DeveloperProductDisplayDescription"
            | "GamePassDisplayName"
            | "GamePassDisplayDescription";
            count: number;
            cursor: string;
            languageCode: string;
            sortOrder: "Asc"
            | "Desc";
        },
    > = ...

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