Assign Risk to Investigation

Allows user to update the risk with an Investigation.

SecuritybearerToken
Request
path Parameters
id
required
string <guid>
Request Body schema:
required
assignedRisk
required
string (InvestigationRisk)
Enum: "noRisk" "high" "medium" "low"
Responses
200
400
put/protect/investigations/{id}/risk
Request samples
{
  • "assignedRisk": "noRisk"
}
Response samples
{
  • "id": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "userId": 0,
  • "customerId": 0,
  • "query": {
    },
  • "scheduleId": "string",
  • "scheduledOn": "2019-08-24T14:15:22Z",
  • "profileId": "string",
  • "profileName": "string",
  • "alertCreatedAt": "2019-08-24T14:15:22Z",
  • "alertsCount": 0,
  • "noteCount": 0,
  • "assignedRisk": "noRisk",
  • "investigationName": "string",
  • "currentAlert": {
    },
  • "status": "string"
}