# Update A Single Business Hit This endpoint will update a single business AML search hit by searchId and hitId. Endpoint: PUT /compliance/kyc-protect/searches/businesses/{searchId}/hits/{hitId} Version: 1.10.9 Security: bearerToken ## Path parameters: - `searchId` (string, required) Id of the search - `hitId` (string, required) ## 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, 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. - `supersededHit` (object) ## 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