Update Single File Category Field
Update the specified file category field, supports both regular fields and table fields
⚠️ This endpoint is still available but will no longer be maintained. Please use Update File Category Fields instead.
Body
Field update item (multi_value/duplicate_value_distinct cannot be modified via this endpoint)
Field ID
"1234567890"
Workspace ID
"1234567890"
File category ID
"1234567890"
Field name
Field description
Semantic extraction prompt
Whether to use semantic prompt
Field aliases. omit=no change, empty array []=clear, non-empty=override
["Invoice No.", "Bill Number"]Export field name. omit=no change, empty string ""=clear, non-empty=override
"invoice_number"
Whether to enable multi-value extraction. Omit=no change
Whether to deduplicate values. Only effective when multi_value is true. Omit=no change
Field output transform configuration. Formats the extraction result before output.
Field-level extraction model. Only regular fields can be set independently; table fields cannot. Omit to keep existing config.
- Model 1: Fast speed with stable extraction results
- Model 2: Suitable for complex document understanding
- Model 3: VLM, suitable for simple extraction
Model 1, Model 2, Model 3 "Model 1"
Table ID
- Not required for regular fields
- Required for table fields (provide the table ID the field belongs to)
"1234567890"
Whether to return full details. When true, the response returns the updated field's complete info. When not set or false, only code/msg is returned.

