2025-08-20
4 months 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.settingswith discriminatorvendorin response body - ✨ [Added] oneOf schema to
data.vendorwith discriminatornamein 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.settingswith discriminatorvendorin response body - ✨ [Added] oneOf schema to
check.data.vendorwith discriminatornamein response body - ✨ [Added] possible values of check.data.hits_list_types[]:
"law_enforcement","special_interest_categories","regulatory_enforcement","other_bodies"
- ✨ [Added] oneOf schema to
