Update a document type
Updates mutable fields on a custom document type.
Required scope: settings:write
Authentication
X-API-Keystring
Organization API key. Keys are prefixed with vk_live_ (production) or
vk_sandbox_ (sandbox).
Path parameters
type_id
Document type ID.
Headers
Verifa-Version
API version date string (e.g. 2026-02-01). If omitted, the version
pinned to your API key is used.
Request
This endpoint expects an object.
label
Human-readable display label.
description
Description of this document type.
category
Document category.
extraction_hints
OCR and extraction configuration hints.
check_suite
Verification check suite configuration.
is_active
Whether this document type is active.
Response
Document type updated.
id
Document type ID.
org_id
Organization ID.
slug
URL-safe identifier for this document type.
label
Human-readable display label.
category
Document category (e.g. identity, address, financial).
is_active
Whether this document type is active.
created_at
updated_at
description
Description of this document type.
extraction_hints
OCR and extraction configuration hints.
check_suite
Verification check suite configuration.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error