Was this helpful?
Resolve one or more incidents
Array of incident counter IDs
Incidents resolved successfully
const response = await fetch('https://api.spike.sh/incidents/resolve', { method: 'POST', headers: { "x-api-key": "text", "x-team-id": "text", "Content-Type": "application/json" }, body: JSON.stringify({ "ids": [ "text" ] }), }); const data = await response.json();