Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

If using Bearer auth, pass the Secret Key as the token:

Path Parameters

factTableId
string
required

Specify a specific fact table

id
string
required

The id of the requested resource

Body

application/json
name
string
description
string

Description of the fact table filter

Maximum string length: 10000
value
string

The SQL expression for this filter.

Example:

"country = 'US'"

managedBy
enum<string>

Set this to "api" to disable editing in the GrowthBook UI. Before you do this, the Fact Table itself must also be marked as "api"

Available options:
,
api

Response

200 - application/json

Resource created

factTableFilter
object
required