cURL
curl --request PUT \ --url https://statsigapi.net/console/v1/gates/{id}/reviews/{reviewID}/commit \ --header 'STATSIG-API-KEY: <api-key>'
{ "message": "Gate review committed successfully" }
Optional header to respect review settings for mutation endpoints.
Commit an approved gate review
Was this page helpful?