Update a document group
Updates mutable fields on a document group.
Required scope: settings:write
Authentication
X-API-Keystring
Organization API key. Keys are prefixed with vk_live_ (production) or
vk_sandbox_ (sandbox).
Path parameters
group_id
Document group 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.
name
Human-readable group name.
description
Description of this group.
classifications
Document classifications included in this group.
extraction_config
Extraction configuration for this group.
check_config
Check suite configuration for this group.
recency_config
Recency/expiry rules for this group.
is_default
Whether this is the default group for unmatched documents.
is_active
Whether this group is active.
priority
Evaluation priority order (lower is higher priority).
Response
Document group updated.
id
Document group ID.
org_id
Organization ID.
name
Human-readable group name.
is_default
Whether this is the default group for unmatched documents.
is_active
Whether this group is active.
priority
Evaluation priority order (lower is higher priority).
created_at
updated_at
description
Description of this group.
classifications
Document classifications included in this group.
extraction_config
Extraction configuration applied to documents in this group.
check_config
Check suite configuration for documents in this group.
recency_config
Recency/expiry rules for documents in this group.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error