curl -X PATCH "https://kodostatus.com/api/v1/uptime-monitors/mon_abc123" \ -H "X-API-Key: your_api_key" \ -H "Content-Type: application/json" \ -d '{ "enabled": false, "interval_seconds": 600 }'
{ "id": "uuid", "enabled": false, "interval_seconds": 600 }
Update monitor settings