# Update Status of Alert By Profile Id And Alert Id Updates a kyc alert associated with a given profile Endpoint: PUT /compliance/kyc-protect/kycMonitoring/profiles/{profileId}/alerts/{alertId} Version: 1.10.9 Security: bearerToken ## Path parameters: - `profileId` (string, required) id of the profile - `alertId` (string, required) id of the kyc alert ## Request fields (application/json): - `note` (string,null) Note of kyc alert - `status` (string,null) Status of kyc alert. Allowed values are open, closedProcessed, closedUnprocessed ## Response 200 fields (application/json): - `id` (string) Id of the kyc alert - `profileId` (string) Id of the profile - `safeNumber` (string,null) Safe number of the profile - `companyId` (string,null) Company id of the profile - `previousValue` (string,null) Previous value from the kyc alert - `newValue` (string,null) New value from the kyc alert - `ruleName` (string,null) Rule name from the kyc alert - `eventAt` (string) Date of the kyc alert when it got created - `status` (string) Status of kyc alert, open, closedProcessed, closedUnprocessed - `note` (string) Note of kyc alert - `createdAt` (string) Kyc alert created time - `createdById` (integer) Id of the user who created the kyc alert - `createdBy` (string) Name of the user who created the kyc alert - `modifiedAt` (string,null) kyc alert last updated time - `modifiedById` (integer,null) Id of the user who last modified the kyc alert - `modifiedBy` (string,null) Name of the user who last modified the kyc alert ## 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