Lookup Tables
Replace a Lookup Table
put/lookup-tables/{id}
Path parameters
idstring uuid required
The ID of the lookup table to replace which can be retreived from Lexicon under the lookup table's details, click here for more info.
Query parameters
project_idstring required
The Mixpanel project_id, used to authenticate service account credentials.
Headers
Content-Type'text/csv'
Response
A 200 response indicates all records were successfully ingested.
Example response
{
"code": 200,
"status": "OK"
}