Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://statsigapi.net/console/v1/gates/{id}/disable \ --header 'STATSIG-API-KEY: <api-key>'
{ "message": "Gate updated successfully.", "data": { "id": "a_gate", "name": "A Gate", "description": "description", "idType": "userID", "lastModifierID": "1vaQaBoLlkauH9iiuOSBP2", "lastModifiedTime": 1705626260086, "lastModifierName": "CONSOLE API", "lastModifierEmail": null, "creatorID": "1vaQaBoLlkauH9iiuOSBP2", "createdTime": 1705450774719, "creatorName": "CONSOLE API", "creatorEmail": null, "targetApps": [], "holdoutIDs": [], "tags": [], "isEnabled": false, "status": "Launched", "rules": [], "checksPerHour": 0, "type": "PERMANENT", "typeReason": "NONE", "team": null, "reviewSettings": { "requiredReview": false, "allowedReviewers": [] }, "measureMetricLifts": true, "owner": { "ownerID": "user123", "ownerName": "CONSOLE API", "ownerType": "SDK_KEY", "ownerEmail": "" }, "monitoringMetrics": [] } }
Optional header to respect review settings for mutation endpoints.
id
Launch gate response
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?