Patch holdout by id. You can pass in only the data you want to update.
Holdouts
Patch holdout by id. You can pass in only the data you want to update.
PATCH
Patch holdout by id. You can pass in only the data you want to update.
Documentation Index
Fetch the complete documentation index at: https://statsig-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Headers
Optional header to respect review settings for mutation endpoints.
Path Parameters
id
Body
application/json
enable or disable the holdout
Example:
true
brief summary of what the holdout is being used for
Maximum string length:
1000Example:
"example holdout description"
percentage of users between 0-10% to pass through the holdout
Required range:
0 <= x <= 10Example:
5
an array of gateIDs which this holdout is applied to
Example:
["4pjeXYDjC2WinSgOiII7wh"]an array of experimentIDs which this holdout is applied to
Example:
["70fCNphHGesdLwHdHau99q"]an array of layerIDs which this holdout is applied to
Example:
["5O908pyGoCqw6QH1nt8v82"]whether the holdout is being applied to all new gates
Example:
false
the gateID that the holdout is targeting
Example:
"4pjeXYDjC2WinSgOiII7wh"

