---
title: "Ingests entries for auto localization. Needs to be an authorized user."
method: PATCH
path: "/v1/auto-localization-table/games/{gameId}/ingestion"
tags: ["Localization", "Universes"]
---

# Ingests entries for auto localization. Needs to be an authorized user.

`PATCH /v1/auto-localization-table/games/{gameId}/ingestion`

## Path parameters

- `gameId` integer, required

## Request body

- RobloxLocalizationTablesApiIngestAutoScrapedContentForGameRequest — An ingest content request to IngestAutoScrapedContentForGame.
  - `entries` RobloxLocalizationTablesApiAutoScrapeEntry[] — The entries of an ingest content request.
    - `context` string
    - `source` string
    - `screenshot` string
    - `meta` RobloxLocalizationTablesApiAutoScrapeEntryMetadata
      - `text` string
      - `userId` integer
      - `osPlatform` string
      - `sessionId` string, uuid
      - `matchedEntry` RobloxLocalizationTablesApiMatchedEntry
        - `source` string
        - `matchedParamIndex` integer
  - `metadata` RobloxLocalizationTablesApiIngestContentMetadata — The metadata of an ingest content request.
    - `placeInformation` RobloxLocalizationTablesApiIngestContentMetadataPlaceInformation — The place information metadata of an ingest content request.
      - `placeId` integer — The place id of an ingest content request.
      - `placeVersionNumber` integer — The place version number of an ingest content request.

## Response `200`

OK

- object

## Other responses

- `400` — 10: Maximum entries exceeded. Please keep the number of entries per request below the maximum. 13: Request body can't be null 16: Entries can't be null or empty 34: Actor provided is invalid
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed
- `503` — 17: Feature is disabled

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/versions/e15802062270/schema)
