curl --request PUT \
--url https://statsigapi.net/console/v1/experiments/{id}/make_decision \
--header 'Content-Type: application/json' \
--header 'STATSIG-API-KEY: <api-key>' \
--data '{
"id": "experiment123",
"decisionReason": "Your reason for stopping early",
"removeTargeting": false
}'
{
"message": "Decision made for Experiment."
}
curl --request PUT \
--url https://statsigapi.net/console/v1/experiments/{id}/make_decision \
--header 'Content-Type: application/json' \
--header 'STATSIG-API-KEY: <api-key>' \
--data '{
"id": "experiment123",
"decisionReason": "Your reason for stopping early",
"removeTargeting": false
}'
{
"message": "Decision made for Experiment."
}
Optional header to respect review settings for mutation endpoints.
id
Schema for updating the status of an experiment
Make Experiment Decision Success
The response is of type object
.