# Updates A Batch Of individual AML search Hits Update a batch of Individual AML Search Hits. Endpoint: PUT /compliance/kyc-protect/searches/individuals/{searchId}/hits Version: 1.10.9 Security: bearerToken ## Path parameters: - `searchId` (string, required) Id of the search ## Request fields (application/json): - `items` (array) - `items.decision` (string,null) The Decision of the Hit to be updated Decision can only be made once and allowed values are undecided,trueMatch and falsePositive - `items.note` (string,null) Note associated with the Hit - `items.hitId` (string,null, required) The Id of the Hit to be updated ## Response 200 fields (application/json): - `failed` (array) - `failed.failedItem` (object) - `failed.failedItem.decision` (string,null) The Decision of the Hit to be updated Decision can only be made once. Available values are undecided, truematch, falsepositive, discarded - `failed.failedItem.note` (string,null) Note associated with the Hit - `failed.failedItem.hitId` (string,null) The Id of the Hit to be updated - `failed.error` (object) - `failed.error.type` (string,null) - `failed.error.title` (string,null) - `failed.error.status` (integer,null) - `failed.error.detail` (string,null) - `failed.error.instance` (string,null) - `successful` (array) - `successful.id` (string) The Id of the search hit. - `successful.hitScore` (integer) The hit score associated to the search hit. - `successful.name` (string,null) The name associated to the search hit. - `successful.match` (string,null) The match string associated to the search hit. - `successful.countries` (array,null) The countries associated to the search hit. - `successful.datasets` (array) The datasets associated to the search hit. - `successful.decision` (string) The decision made on the search hit. Available values are undecided, trueMatch, falsePositive anddiscarded. - `successful.note` (string,null) The note added to the search hit. - `successful.modifiedById` (integer) The search hit last modified by user id. - `successful.modifiedBy` (string,null) The search hit last modified by user name. - `successful.modifiedAt` (string) The search hit last modified date and time. - `successful.createdAt` (string) The search hit created date and time. - `successful.firstName` (string,null) The first name of the search hit. - `successful.middleName` (string,null) The middle name of the search hit. - `successful.lastName` (string,null) The last name of the search hit. - `successful.gender` (string,null) The gender associated to the search hit. (male, female) - `successful.datesOfBirth` (array,null) The dates of birth associated to the search hit. - `successful.pepTier` (string,null) The pep tier associated to the search hit. (pepTier1, pepTier2, pepTier3) - `successful.profileImages` (array,null) The profile images associated to the search hit. - `successful.supersededHit` (object) - `successful.supersededHit.decision` (string) The decision made on the search hit. Available values are undecided, trueMatch, falsePositive and discarded. - `correlationId` (string) A unique ID assigned to this request. ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected