curl --request PATCH \
--url https://statsigapi.net/console/v1/gates/{id} \
--header 'Content-Type: application/json' \
--header 'STATSIG-API-KEY: <api-key>' \
--data '{
"description": "Updated the description of the gate"
}'
{
"data": {
"checksPerHour": 0,
"createdTime": 1705439406750,
"creatorEmail": null,
"creatorID": "4R5PV7mvYdW6NLCwK8ocoz",
"creatorName": "CONSOLE API",
"description": "Updated the description of the gate",
"holdoutIDs": [],
"id": "a_gate",
"idType": "userID",
"isEnabled": true,
"lastModifiedTime": 1705439498468,
"lastModifierEmail": null,
"lastModifierID": "4R5PV7mvYdW6NLCwK8ocoz",
"lastModifierName": "CONSOLE API",
"name": "A Gate",
"rules": [],
"status": "In Progress",
"tags": [],
"targetApps": [],
"type": "PERMANENT",
"typeReason": "NONE",
"team": null,
"reviewSettings": {
"requiredReview": false,
"allowedReviewers": []
},
"measureMetricLifts": true,
"owner": {
"ownerID": "user123",
"ownerName": "CONSOLE API",
"ownerType": "SDK_KEY",
"ownerEmail": ""
},
"monitoringMetrics": []
},
"message": "Gate updated successfully."
}
Optional header to respect review settings for mutation endpoints.
id
Update gate response
The response is of type object
.
curl --request PATCH \
--url https://statsigapi.net/console/v1/gates/{id} \
--header 'Content-Type: application/json' \
--header 'STATSIG-API-KEY: <api-key>' \
--data '{
"description": "Updated the description of the gate"
}'
{
"data": {
"checksPerHour": 0,
"createdTime": 1705439406750,
"creatorEmail": null,
"creatorID": "4R5PV7mvYdW6NLCwK8ocoz",
"creatorName": "CONSOLE API",
"description": "Updated the description of the gate",
"holdoutIDs": [],
"id": "a_gate",
"idType": "userID",
"isEnabled": true,
"lastModifiedTime": 1705439498468,
"lastModifierEmail": null,
"lastModifierID": "4R5PV7mvYdW6NLCwK8ocoz",
"lastModifierName": "CONSOLE API",
"name": "A Gate",
"rules": [],
"status": "In Progress",
"tags": [],
"targetApps": [],
"type": "PERMANENT",
"typeReason": "NONE",
"team": null,
"reviewSettings": {
"requiredReview": false,
"allowedReviewers": []
},
"measureMetricLifts": true,
"owner": {
"ownerID": "user123",
"ownerName": "CONSOLE API",
"ownerType": "SDK_KEY",
"ownerEmail": ""
},
"monitoringMetrics": []
},
"message": "Gate updated successfully."
}