2025-01-22
4 months ago
🚨 BREAKING CHANGES
The key
attribute for custom document types must now be used to create your Document check directly in settings.document_type_key
.
This helps integrator create more resilient and consistent integrations across multiple workspaces, eliminating the need to store custom document types (and their IDs) for each environment.
Paths
- Create a Document check (
POST /v1/checks/document
)- 🚨 [Added] required status to
settings.document_type_key
in request body - 🚨 [Removed]
document_type
fromsettings
in request body - 🚨 [Removed]
custom_document_id
fromsettings
in request body
- 🚨 [Added] required status to