v1
latestOpenAPI 3.0.22026-07-17373198641.7 KBdocument
v1
Partial Update Document Field
patch/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
}