Set incident sources back to the defaults
POST
/v1/incidents/sources/reset
const url = 'https://api.adversarial.com/api/v1/incidents/sources/reset';const options = {method: 'POST'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://api.adversarial.com/api/v1/incidents/sources/resetResponses
Section titled “Responses”Incident sources reset to defaults
Media typeapplication/json
object
status
required
string
Examplegenerated
{ "status": "example"}