From 895cb490477fb50fc553e809f39ac46338c169ea Mon Sep 17 00:00:00 2001 From: Billy Bao Date: Fri, 28 Nov 2025 17:43:26 +0800 Subject: [PATCH] remove unnecessary content --- docs/references/http_api_reference.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/references/http_api_reference.md b/docs/references/http_api_reference.md index c73c3a6af..7f006ec3d 100644 --- a/docs/references/http_api_reference.md +++ b/docs/references/http_api_reference.md @@ -543,7 +543,6 @@ Notes: - "pipeline_id": (*Body parameter*), `string` The ingestion pipeline ID. Required if and only if you are using an ingestion pipeline (together with `"parse_type"`). - - Must be a 32-character lowercase hexadecimal string (e.g., `"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"`). - Must not be provided when `"chunk_method"` is set. Note: If none of `chunk_method`, `parse_type`, and `pipeline_id` are provided, the system will default to `chunk_method = "naive"`.