curl -X PATCH "https://kodostatus.com/api/v1/incidents/inc_abc123" \ -H "X-API-Key: your_api_key" \ -H "Content-Type: application/json" \ -d '{ "status": "identified", "message": "We have identified the root cause" }'
{ "id": "uuid", "title": "Database connectivity issues", "status": "identified", "severity": "major" }
Update an incident status or add an update message
investigating
identified
monitoring
resolved
minor
major
critical