v1
latestOpenAPI 3.0.22026-07-17373198641.7 KBdocument
v1
Update Document Field Params: - fields: uid - category: str - max 64 symbols (from pre-defined choices) - exclude_regexps: str - optional - definition_words: str - optional - include_regexps: str - optional - regexps_pre_process_lower: bool, default=False - detected_value: str - max 256 chars - extraction_hint: str - max 30 chars (from pre-defined choices) - text_part: str - max 30 chars (from pre-defined choices)
put/api/v1/document/document-field-detectors/{uid}/
Path parameters
uidstring required
A UUID string identifying this document field detector.
Request body
Example request
{
"exclude_regexps": "exclude_regexps",
"text_part": "FULL",
"detect_limit_count": -1803530559,
"definition_words": "definition_words",
"warning_message": "warning_message",
"uid": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"detected_value": "detected_value",
"field": "field",
"detect_limit_unit": "NONE",
"include_regexps": "include_regexps",
"category": "simple_config",
"extraction_hint": "TAKE_FIRST",
"regexps_pre_process_lower": true
}Response
Example response
{
"exclude_regexps": "exclude_regexps",
"text_part": "FULL",
"detect_limit_count": -1803530559,
"definition_words": "definition_words",
"warning_message": "warning_message",
"uid": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"detected_value": "detected_value",
"field": "field",
"detect_limit_unit": "NONE",
"include_regexps": "include_regexps",
"category": "simple_config",
"extraction_hint": "TAKE_FIRST",
"regexps_pre_process_lower": true
}