Restart a closed incident. Automatically extends the incident expireAt. Starts with new incident states.
Security
apikeyAuth(Required scopes: readwrite)
PUT
curl -i -X PUT \
'https://urlscan.io/api/v1/user/incidents/{incidentId}/restart' \
-H 'Content-Type: application/json' \
-H 'api-key: YOUR_API_KEY_HERE'