Skip to content

Commit

Permalink
Update ingestion.openapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kurbycchua authored May 13, 2024
1 parent bd798e1 commit f2bbfbd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion openapi/src/ingestion.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1191,8 +1191,8 @@ paths:
description: |
Replace the contents of an existing Lookup Table.
***
[block:api-header]
Lookup Tables must be [created via our UI](https://docs.mixpanel.com/docs/data-structure/lookup-tables#how-do-i-upload-a-lookup-table). Once a Lookup Table is created, its contents can be replaced via this API.
[block:api-header]
{
"title": "Validation"
}
Expand Down Expand Up @@ -1251,6 +1251,15 @@ paths:
This endpoint will return a 429 error if called more than 100 times in a rolling 24 hour window. We recommend updating lookup tables at most hourly to stay within this limit.
This endpoint will return a 413 error if a Lookup Table exceeds 100MB uncompressed. In practice, this translates to 1-2M rows. If you have a lookup table that exceeds the limit, we recommend pruning the number of columns to those that are useful to analysis. Removing long URLs or user-generated content can bring a lookup table within this limit. If you still exceed the limit, please reach out to us at [email protected] -- we'd love to hear your use case!
[block:api-header]
{
"title": "Lookup Table ID"
}
[/block]
The `id` in the path params can be retreived from Lexicon under the lookup table's details, see screenshot as an example
![image](/lookup-table-id.png "Lookup Table ID")
parameters:
- in: path
name: id
Expand Down

0 comments on commit f2bbfbd

Please sign in to comment.