2025-08-20
7 days ago
Changed operations
- Create an AML check (
POST /v1/checks/aml
), Retrieve an AML check (GET /v1/checks/aml/{id}
), Review AML hits (PATCH /v1/checks/aml/{id}/hits/review
), Review an AML check (PATCH /v1/checks/aml/{id}/review
), Update an AML check monitoring (PATCH /v1/checks/aml/{id}/monitoring
)- ✨ [Added] oneOf schema to
data.settings
with discriminatorvendor
in response body - ✨ [Added] oneOf schema to
data.vendor
with discriminatorname
in response body - ✨ [Added] possible values of
data.hits_list_types[]
in response body:"law_enforcement"
,"special_interest_categories"
,"regulatory_enforcement"
,"other_bodies"
- ✨ [Added] oneOf schema to
Changed components schemas
AmlCheckWebhook
- ✨ [Added] oneOf schema to
check.data.settings
with discriminatorvendor
in response body - ✨ [Added] oneOf schema to
check.data.vendor
with discriminatorname
in response body - ✨ [Added] possible values of check.data.hits_list_types[]:
"law_enforcement"
,"special_interest_categories"
,"regulatory_enforcement"
,"other_bodies"
- ✨ [Added] oneOf schema to