v1

latestOpenAPI 3.0.02026-07-241220330.3 KB
Investigations

Review and close an investigation

Reviews an investigation and closes it.

put/investigations/{investigation_token}/review

Request body

reasonstring required
outcomestring required
notestring

Example request

{
  "reason": "My reason",
  "outcome": "My outcome",
  "note": "Close investigation note"
}

Response

Success

errorobject nullable