# Update The Note For A Single Businesses Hit Endpoint: PUT /compliance/kyc-protect/searches/businesses/{searchId}/hits/{hitId}/note Version: 1.10.9 Security: bearerToken ## Path parameters: - `searchId` (string, required) - `hitId` (string, required) ## Request fields (application/json): - `note` (null,string) ## 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,null) The name associated to the search hit. - `match` (string,null) The match string associated to the search hit. - `countries` (array,null) 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,null) The note added to the search hit. - `modifiedById` (integer) The search hit last modified by user id. - `modifiedBy` (string,null) 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