Skip to content

Commit

Permalink
Update lookup-tables.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kurbycchua authored May 13, 2024
1 parent bda09b9 commit 13ed947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/data-structure/lookup-tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Do note that the [limits](/docs/data-structure/lookup-tables#when-shouldnt--i-us

Yes. For example, first_trip_city_id and last_trip_city_id can both map to the "City" lookup table, but one Mixpanel property cannot map to multiple lookup tables (e.g. if first_trip_city_id is already mapped to "City" lookup table, it cannot be map to "Region" lookup table, before unmapping it from the "City" lookup table).

### Where can I find the `id` of the lookup table for API's Path Params?
### Where can I find the "id" of the lookup table for API's Path Params?

When replacing a lookup table using the [API](https://developer.mixpanel.com/reference/replace-lookup-table), you would need to pass the lookup table's ID as part of the URL in the API call. This `id` can be found in Lexicon under the Lookup Table's Details. See below screenshot as example:

Expand Down

0 comments on commit 13ed947

Please sign in to comment.