Configure NWS area and zone monitoring
PUT
/api/v1/alerts/nws/monitor
const url = 'https://example.com/api/v1/alerts/nws/monitor';const options = {method: 'PUT'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request PUT \ --url https://example.com/api/v1/alerts/nws/monitorResponses
Section titled “ Responses ”Monitor updated
Invalid area, zone, or interval