OptionalautoWhether values for this field can be automatically extracted by AI/OCR services.
OptionalconstraintA validation constraint expression for values stored in this field.
OptionalconstraintThe error message returned when the constraint is violated.
OptionalcurrencyThe currency for numeric fields when Format is Currency.
OptionaldefaultThe default value applied to entries assigned to a template containing this field.
OptionaldescriptionThe description of the field.
OptionalformatThe display format for the field.
OptionalformatThe custom format pattern.
OptionalhideWhether list values should be hidden in the UI. Applies only to list-backed fields.
OptionalisWhether the field is indexed for searching.
OptionalisWhether the field is indexed for reporting.
OptionalisWhether the field supports multiple values.
OptionalisWhether the field is required on entries assigned to a template containing it.
OptionallengthThe maximum length of the field for variable-length data types.
OptionalnameThe new name of the field. Must be unique within the repository.
OptionalwarnWhether the user should be warned when leaving the field blank.
Request body for partial-update of an existing field definition. Every property is optional. null = leave the property unchanged. Empty string ("") on a string property = clear the value. FieldType cannot be changed via this endpoint — use the ChangeFieldType endpoint. ListValues cannot be changed via this endpoint — use the dedicated ListValues endpoints.