Hello everyone, I have been experimenting with AP...
# request-features
w
Hello everyone, I have been experimenting with API to manage (fact) metrics and building python class to manage them. I have realised that the API does not allow to manage all configuration as the UI does especially with the display setting (minimum number of event for instance). And since it's API managed it's not possible to change this after in the UI. It woulb be nice to be able to manage these configuration too
h
Thanks Adrien. I'll take a look at this.
Hi Adrien. We just landed a fix to the API to let you govern these settings. The field you're looking for is
minSampleSize
https://docs.growthbook.io/api#tag/fact-metrics/operation/postFactMetric
w
Thanks a lot !!