Skip to main content
PUT
/
console
/
v1
/
experiments
/
{id}
/
reviews
/
{reviewID}
/
commit
Commit Experiment Review
curl --request PUT \
  --url https://statsigapi.net/console/v1/experiments/{id}/reviews/{reviewID}/commit \
  --header 'STATSIG-API-KEY: <api-key>'
{
  "message": "Experiment review committed successfully"
}

Documentation Index

Fetch the complete documentation index at: https://statsig-4b2ff144-docs-go-big-id-lists.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

STATSIG-API-KEY
string
header
required

Path Parameters

id
string
required
reviewID
string
required

Response

200 - application/json

Commit an approved experiment review

message
string