Update a custom field definition
Authentication
X-API-Keystring
Organization API key. Keys are prefixed with vk_live_ (production) or
vk_sandbox_ (sandbox).
Path parameters
type_id
Identity type ID (idtype_*).
field_id
Custom field definition ID (cfield_*).
Headers
Verifa-Version
API version date string (e.g. 2026-02-01). If omitted, the version
pinned to your API key is used.
Key-Inflection
Response key casing. Defaults to snake.
Allowed values:
Request
This endpoint expects an object.
label
is_required
sort_order
is_unique
validation_regex
enum_values
Response
Updated custom field definition.
id
org_id
identity_type_id
name
label
field_type
is_required
created_at
is_unique
is_encrypted
enum_values
validation_regex
sort_order
Errors
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error