latestOpenAPI 3.0.02026-07-241220330.3 KB

405799de4d2a

Investigations

Update Investigation Evidences

Updates the Investigation with Evidences.

patch/investigations/{investigation_token}/evidences

Path parameters

investigation_tokenstring required

Token associated with the Investigation

Request body

notestring
journey_alertsstring[]

Alerts to attach to the Investigation

Example request

{
  "note": "Investigation note",
  "journey_alerts": [
    "JA-LS0GHKjDNhY6dGlvYxx"
  ]
}

Response

Success

investigationSchema — unresolved $ref
alerts_addedstring[]
alerts_presentstring[]