From 1b5ce4c27e80c522856057cc09118f80f3975641 Mon Sep 17 00:00:00 2001 From: Loi Nguyen Date: Fri, 31 Jul 2026 21:41:54 +0700 Subject: [PATCH] docs(api): use dataset_id in retrieval example (#17662) ### What problem does this PR solve? Fixes #17623 by updating the retrieval API response example to use `dataset_id`, matching the actual `POST /api/v1/retrieval` response field and the implementation mapping from internal `kb_id`. Co-authored-by: Codex --- docs/references/http_api_reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/http_api_reference.md b/docs/references/http_api_reference.md index 533fd7906a..9c72c0b56a 100644 --- a/docs/references/http_api_reference.md +++ b/docs/references/http_api_reference.md @@ -2926,7 +2926,7 @@ Success: "" ], "tag_kwd": [], - "kb_id": "c7ee74067a2c11efb21c0242ac120006", + "dataset_id": "c7ee74067a2c11efb21c0242ac120006", "positions": [ "" ],