Update Investigation Records

Sends an update to the investigation specified by the ID and changes will be reflected within that investigation.

SecuritybearerToken
Request
path Parameters
investigationId
required
string <guid>
Request Body schema:
required
Array of objects (InvestigationRecordDto)
Responses
200
400
404
put/protect/investigations/{investigationId}/records
Request samples
{
  • "records": [
    ]
}
Response samples
[
  • {
    }
]