# Update A Single Individual Hit This endpoint will update a single individual AML search hit by searchId and hitId. Endpoint: PUT /compliance/kyc-protect/searches/individuals/{searchId}/hits/{hitId} Version: 1.10.9 Security: bearerToken ## Path parameters: - `searchId` (string, required) Id of the search - `hitId` (string, required) Id of the hit ## Request fields (application/json): - `decision` (string) The Decision of the Hit to be updated. The Decision can only be made once. Allowed values are undecided,trueMatch and falsePositive - `note` (string) Note associated with the Hit ## Response 200 fields (application/json): - `id` (string) The Id of the search hit. - `hitScore` (integer) The hit score associated to the search hit. - `name` (string) The name associated to the search hit. - `match` (string) The match string associated to the search hit. - `countries` (array) The countries associated to the search hit. - `datasets` (array) The datasets associated to the search hit. - `decision` (string) The decision made on the search hit. Available values are undecided, trueMatch, falsePositive and discarded. - `note` (string) The note added to the search hit. - `modifiedById` (integer) The search hit last modified by user id. - `modifiedBy` (string) The search hit last modified by user name. - `modifiedAt` (string) The search hit last modified date and time. - `createdAt` (string) The search hit created date and time. - `firstName` (string) The first name of the search hit. - `middleName` (string) The middle name of the search hit. - `lastName` (string) The last name of the search hit. - `gender` (string) The gender associated to the search hit. (male, female) - `datesOfBirth` (array) The dates of birth associated to the search hit. - `pepTier` (string) The pep tier associated to the search hit. (pepTier1, pepTier2, pepTier3) - `profileImages` (array) The profile images associated to the search hit. - `supersededHit` (object) - `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 ## Response 409 fields (application/json): - `correlationId` (string) The unique identifier. (A UUID specified by RFC4122). - `message` (string) - `details` (string) Provides further information on why the request was rejected