Tag a list of AML checks

Tags a list of AML checks.

If an AML check in the list already has the specified tag applied, the AML check is ignored. This is an asynchronous operation.

SecuritySecretApiKey or JWT
Request
path Parameters
tag
required
string^[@~\-\.\w\s]+$

Name of the tag.

Request Body schema: application/json
required
amlCheckIds
required
Array of strings [ 1 .. 1000 ] items

List of AML check IDs to tag.

Responses
204

AML checks tagging process has been scheduled.

401

Unauthorized access. Invalid credentials used.

403

Access forbidden.

422

Invalid data sent.

post/tags/{tag}/aml-checks
Request samples
application/json
{
  • "amlCheckIds": [
    ]
}
Response samples
application/json
{
  • "status": 401,
  • "title": "string",
  • "detail": "string",
  • "instance": "string"
}