cURL
curl --request POST \ --url https://statsigapi.net/console/v1/settings/teams \ --header 'Content-Type: application/json' \ --header 'STATSIG-API-KEY: <api-key>' \ --data ' { "require_teams_on_configs": true } '
{ "message": "Settings updated successfully.", "data": { "require_teams_on_configs": false } }
Optional header to respect review settings for mutation endpoints.
Whether a team is required on each new config.
Update Teams Settings Response
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?