From 42fbeb285a9ad66cf4801a41048668e65211e6d6 Mon Sep 17 00:00:00 2001 From: jiasu <57079612+jiasu-hezhip@users.noreply.github.com> Date: Mon, 27 Oct 2025 09:34:05 +0800 Subject: [PATCH] Docs/supplement incomplete params (#10758) ### What problem does this PR solve? Supplement incomplete parameters of "Update document" interface ### Type of change - [*] Documentation Update --- docs/references/http_api_reference.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/references/http_api_reference.md b/docs/references/http_api_reference.md index 51e2cc06a..7af9d4bdf 100644 --- a/docs/references/http_api_reference.md +++ b/docs/references/http_api_reference.md @@ -1124,6 +1124,10 @@ curl --request PUT \ - If `"chunk_method"` is `"qa"`, `"manuel"`, `"paper"`, `"book"`, `"laws"`, or `"presentation"`, the `"parser_config"` object contains the following attribute: - `"raptor"`: RAPTOR-specific settings. Defaults to: `{"use_raptor": false}`. - If `"chunk_method"` is `"table"`, `"picture"`, `"one"`, or `"email"`, `"parser_config"` is an empty JSON object. +- `"enabled"`: (*Body parameter*), `integer` + Whether the document should be **available** in the knowledge base. + - `1` → (available) + - `0` → (unavailable) #### Response