Updates Schedule

Endpoint will update the details around the schedule.

SecuritybearerToken
Request
path Parameters
id
required
string <guid>

Enter the schedule id.

Request Body schema:
required
investigationId
required
string <guid>
frequency
required
string

Need to enter Daily.

screeningThreshold
required
integer <int32>

Can only enter the following options: 85, 90, 95, 100

isEmailRequired
required
boolean

Select true if you wish to recieve notifications when an alert is detected.

Responses
200
404
put/protect/schedules/{id}
Request samples
{
  • "investigationId": "string",
  • "frequency": "string",
  • "screeningThreshold": 0,
  • "isEmailRequired": true
}
Response samples
{
  • "id": "string",
  • "customerId": 0,
  • "userId": 0,
  • "investigationId": "string",
  • "investigation": {
    },
  • "frequency": "daily",
  • "screeningThreshold": 0,
  • "createdAt": "2019-08-24T14:15:22Z",
  • "isEmailRequired": true
}