PATCH
/
alerts
/
{id}
curl --request PATCH \
  --url https://local.casebender.com:3000/api/alerts/{id} \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "fields": {
    "title": "<string>",
    "description": "<string>",
    "statusValue": "<string>",
    "severity": 2,
    "type": "<string>",
    "source": "<string>",
    "sourceRef": "<string>",
    "externalLink": "<string>",
    "tlp": 2,
    "pap": 2,
    "customFields": {},
    "teams": [
      {
        "id": "<string>"
      }
    ],
    "tags": [
      {
        "id": 123
      }
    ],
    "organizations": [
      {
        "id": "<string>"
      }
    ],
    "assigneeId": "<string>",
    "aiInsights": {
      "resolutionQuality": 123,
      "complianceScore": 123,
      "recommendations": [
        "<string>"
      ],
      "timeToResolution": 123,
      "riskScore": 123,
      "category": "<string>",
      "trendAnalysis": {
        "trend": "increasing",
        "confidence": 123
      },
      "similarCases": [
        {
          "id": "<string>",
          "similarity": 123,
          "resolution": "<string>"
        }
      ],
      "complianceImpact": {
        "frameworks": [
          "<string>"
        ],
        "severity": "low",
        "details": "<string>"
      },
      "threatIntel": {
        "knownThreatActors": [
          "<string>"
        ],
        "relatedMalware": [
          "<string>"
        ],
        "iocPatterns": [
          "<string>"
        ],
        "riskLevel": "low",
        "confidence": 123,
        "ttps": [
          "<string>"
        ],
        "malwareFamily": "<string>",
        "targetedSystems": [
          "<string>"
        ],
        "exploitationRisk": 123
      },
      "patternAnalysis": {
        "behavioralPatterns": [
          "<string>"
        ],
        "anomalyScore": 123,
        "relatedTechniques": [
          "<string>"
        ],
        "mitreAttackPaths": [
          "<string>"
        ],
        "automationPotential": 123,
        "falsePositiveRisk": 123,
        "lateralMovementRisk": 123
      },
      "businessImpact": {
        "financialRisk": 123,
        "reputationalRisk": 123,
        "operationalRisk": 123,
        "dataRisk": 123,
        "overallImpact": "low",
        "estimatedLoss": 123,
        "recoveryTime": 123,
        "affectedServices": [
          "<string>"
        ]
      },
      "timeToDetect": 123,
      "priorityScore": 123,
      "mitreReference": "<string>",
      "affectedAssets": [
        "<string>"
      ],
      "attackVector": "<string>",
      "remediationSteps": [
        "<string>"
      ],
      "falsePositiveProbability": 123,
      "relatedAlerts": [
        {
          "id": "<string>",
          "type": "<string>",
          "severity": 123
        }
      ],
      "securityPosture": {
        "vulnerabilities": [
          {
            "id": "<string>",
            "cve": "<string>",
            "severity": "low",
            "description": "<string>",
            "remediation": "<string>"
          }
        ],
        "exposedServices": [
          "<string>"
        ],
        "patchStatus": "up-to-date",
        "configurationIssues": [
          "<string>"
        ]
      },
      "incidentResponse": {
        "status": "new",
        "assignedTo": "<string>",
        "timeline": [
          {
            "timestamp": 123,
            "action": "<string>",
            "actor": "<string>"
          }
        ],
        "containmentStrategy": "<string>",
        "evidenceCollected": [
          "<string>"
        ]
      },
      "recommendationItems": [
        {
          "id": "<string>",
          "type": "immediate",
          "description": "<string>",
          "priority": 123,
          "status": "pending",
          "implementationComplexity": "low",
          "estimatedEffort": 123,
          "dependencies": [
            "<string>"
          ]
        }
      ],
      "processingStatus": "pending"
    }
  }
}'
{
  "id": "<string>",
  "tinyId": 123,
  "title": "<string>",
  "description": "<string>",
  "statusValue": "<string>",
  "status": {
    "id": "<string>",
    "stage": "New",
    "label": "<string>",
    "color": "<string>",
    "value": "<string>",
    "canDelete": true
  },
  "count": 123,
  "severity": 123,
  "type": "<string>",
  "source": "<string>",
  "sourceRef": "<string>",
  "externalLink": "<string>",
  "tlp": 123,
  "pap": 123,
  "customFields": {},
  "createdAt": "<string>",
  "updatedAt": "<string>",
  "createdAtLabel": "<string>",
  "updatedAtLabel": "<string>",
  "severityColor": "<string>",
  "severityLabel": "<string>",
  "teams": [],
  "tags": [],
  "organizations": [],
  "case": null,
  "assignee": null,
  "assigneeId": "<string>",
  "createdById": "<string>",
  "deletedAt": "<string>",
  "observables": [],
  "visibleToAllOrganizations": true,
  "aiInsights": {
    "resolutionQuality": 123,
    "complianceScore": 123,
    "recommendations": [
      "<string>"
    ],
    "timeToResolution": 123,
    "riskScore": 123,
    "category": "<string>",
    "trendAnalysis": {
      "trend": "increasing",
      "confidence": 123
    },
    "similarCases": [
      {
        "id": "<string>",
        "similarity": 123,
        "resolution": "<string>"
      }
    ],
    "complianceImpact": {
      "frameworks": [
        "<string>"
      ],
      "severity": "low",
      "details": "<string>"
    },
    "threatIntel": {
      "knownThreatActors": [
        "<string>"
      ],
      "relatedMalware": [
        "<string>"
      ],
      "iocPatterns": [
        "<string>"
      ],
      "riskLevel": "low",
      "confidence": 123,
      "ttps": [
        "<string>"
      ],
      "malwareFamily": "<string>",
      "targetedSystems": [
        "<string>"
      ],
      "exploitationRisk": 123
    },
    "patternAnalysis": {
      "behavioralPatterns": [
        "<string>"
      ],
      "anomalyScore": 123,
      "relatedTechniques": [
        "<string>"
      ],
      "mitreAttackPaths": [
        "<string>"
      ],
      "automationPotential": 123,
      "falsePositiveRisk": 123,
      "lateralMovementRisk": 123
    },
    "businessImpact": {
      "financialRisk": 123,
      "reputationalRisk": 123,
      "operationalRisk": 123,
      "dataRisk": 123,
      "overallImpact": "low",
      "estimatedLoss": 123,
      "recoveryTime": 123,
      "affectedServices": [
        "<string>"
      ]
    },
    "timeToDetect": 123,
    "priorityScore": 123,
    "mitreReference": "<string>",
    "affectedAssets": [
      "<string>"
    ],
    "attackVector": "<string>",
    "remediationSteps": [
      "<string>"
    ],
    "falsePositiveProbability": 123,
    "relatedAlerts": [
      {
        "id": "<string>",
        "type": "<string>",
        "severity": 123
      }
    ],
    "securityPosture": {
      "vulnerabilities": [
        {
          "id": "<string>",
          "cve": "<string>",
          "severity": "low",
          "description": "<string>",
          "remediation": "<string>"
        }
      ],
      "exposedServices": [
        "<string>"
      ],
      "patchStatus": "up-to-date",
      "configurationIssues": [
        "<string>"
      ]
    },
    "incidentResponse": {
      "status": "new",
      "assignedTo": "<string>",
      "timeline": [
        {
          "timestamp": 123,
          "action": "<string>",
          "actor": "<string>"
        }
      ],
      "containmentStrategy": "<string>",
      "evidenceCollected": [
        "<string>"
      ]
    },
    "recommendationItems": [
      {
        "id": "<string>",
        "type": "immediate",
        "description": "<string>",
        "priority": 123,
        "status": "pending",
        "implementationComplexity": "low",
        "estimatedEffort": 123,
        "dependencies": [
          "<string>"
        ]
      }
    ],
    "processingStatus": "pending"
  },
  "primaryAlertId": "<string>"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Body

application/json
fields
object
required

Response

200
application/json
Successful response
id
string
required
tinyId
number
required
title
string
required
description
string
required
statusValue
string
required
status
object | null
required
count
number
required
severity
number
required
type
string | null
required
source
string | null
required
sourceRef
string | null
required
tlp
number | null
required
pap
number | null
required
customFields
object | null
required
createdAt
required
updatedAt
required
createdAtLabel
string
required
updatedAtLabel
string
required
severityColor
string
required
severityLabel
string
required
Required string length: 1
teams
any[]
required
tags
object[]
required
organizations
any[]
required
assigneeId
string | null
required
createdById
string
required
deletedAt
string | null
required
observables
object[]
required
visibleToAllOrganizations
boolean
required
primaryAlertId
string | null
required
case
null
assignee
null
aiInsights
object | null