v2
latestOpenAPI 3.0.02026-08-073221853.1 MBExperiments
Experiments (Warehouse Native)
Post Entity Property Source
post/console/v1/experiments/entity_property/{name}
Path parameters
namestring required
name
Request body
Response
Post Entity Property Source response
Example response
{
"message": "Entity Property Sources updated successfully.",
"data": {
"name": "Location",
"description": "This is the the location description",
"tags": [],
"sql": "SELECT * FROM shoppy-sales.setup.user_properties",
"timestampColumn": "",
"idTypeMapping": [
{
"statsigUnitID": "stableID",
"column": "user_id"
}
],
"timestampAsDay": true
}
}