rozod
    Preparing search index...

    Variable patchAutoLocalizationTableGamesGameidIngestionConst Api Param

    patchAutoLocalizationTableGamesGameidIngestion: EndpointGeneric<
        { gameId: number },
        Record<string, never>,
        {
            entries: {
                context: string;
                meta: {
                    matchedEntry: { matchedParamIndex: number; source: string };
                    osPlatform: string;
                    sessionId: string;
                    text: string;
                    userId: number;
                };
                screenshot: string;
                source: string;
            }[];
            metadata: {
                placeInformation: { placeId: number; placeVersionNumber: number };
            };
        },
    > = ...

    PATCH https://localizationtables.roblox.com/v1/auto-localization-table/games/:gameId/ingestion Ingests entries for auto localization. Needs to be an authorized user. body The request body. gameId The game id.