v1

latestOpenAPI 3.1.02026-07-2423390.9 KB

Update AML Whitelist Status

patch/aml/{check_id}/update-resources

Path parameters

check_idstring required

AML Check Id (in case of journey use journey id)

Request body

resource_idsstring[] required

Represents the id of the matched entities to be updated. You can get resource ids from aml match model in Get Aml Result or aml match model of Get Journey Result.

is_whitelistedboolean

If set true it will set the entities as whitelisted and no longer get alerted about these entities. If not provided, then whitelisting will not change for these entities.

match_status'potential_match' | 'false_positive' | 'true_positive' | 'no_match'

To update the status of the these matched entities. If not provided, the match status for these entities will not be changed

Response

200

successboolean

Example response

{
  "success": true
}