Authorizations
Headers
Optional header to respect review settings for mutation endpoints.
Path Parameters
name
Body
application/json
SQL query defining the data source.
Mappings of Statsig units to their columns.
Optional new name for the entity property source.
Optional updated context for the entity property source.
Optional updated tags for categorization.
Optional column name for timestamp.
Indicates if the timestamp is treated as a day.
Specifies if the source can only be edited via the Console API.
Schema for owner data including ID, type, name. Note that if Entity is created by CONSOLE API, owner will be undefined.
Example:
{
"ownerID": "user123",
"ownerType": "USER",
"ownerName": "John Doe",
"ownerEmail": "owner123@test.com"
}