From 13ed9478739781281a44d96c0fd58e388d806f23 Mon Sep 17 00:00:00 2001 From: kurbycchua <50901466+kurbycchua@users.noreply.github.com> Date: Mon, 13 May 2024 17:36:53 +0800 Subject: [PATCH] Update lookup-tables.md --- pages/docs/data-structure/lookup-tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/data-structure/lookup-tables.md b/pages/docs/data-structure/lookup-tables.md index 34427e5b0b..9ae161eab7 100644 --- a/pages/docs/data-structure/lookup-tables.md +++ b/pages/docs/data-structure/lookup-tables.md @@ -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: