cURL
curl --request POST \ --url https://statsigapi.net/console/v1/gates/{id}/alerts/{metricId}/resolve \ --header 'Content-Type: application/json' \ --header 'STATSIG-API-KEY: <api-key>' \ --data '{ "reasoning": "Issue has been addressed" }'
{ "message": "<string>", "data": { "resolvedAt": 1718630400 } }
Show child attributes
Was this page helpful?