Update Metric Source
Authorizations
Headers
Optional header to respect review settings for mutation endpoints.
Path Parameters
name
Body
The SQL query or statement used to extract data from the metric source.
The name of the column containing timestamp data for the metric source.
Array defining the mapping between Statsig unit IDs and their respective source columns.
The name of the metric source cannot be changed in this update, ensuring the identity remains consistent.
An optional updated description for the metric source, providing additional context or changes.
Optional array of tags for categorizing the metric source, allowing for updates to its categorization.
Indicates whether the timestamp should be treated as a day-level granularity.
The type of source, indicating whether it is a database table or a custom query.
table
, query
The name of the database table if the source type is "table".
Optional array defining mappings for custom fields using specific formulas.
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.
{
"ownerID": "user123",
"ownerType": "USER",
"ownerName": "John Doe",
"ownerEmail": "owner123@test.com"
}
Skips persisting updates to the metric source (used to validate that inputs are correct)