From 740e8eb30cabfa47e33d28c1987b2fe6a4bf8fe3 Mon Sep 17 00:00:00 2001 From: Archer <545436317@qq.com> Date: Tue, 14 Jan 2025 16:53:52 +0800 Subject: [PATCH] update doc (#3587) --- docSite/content/zh-cn/docs/development/openapi/dataset.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docSite/content/zh-cn/docs/development/openapi/dataset.md b/docSite/content/zh-cn/docs/development/openapi/dataset.md index 88877e3afe..b67d11fa30 100644 --- a/docSite/content/zh-cn/docs/development/openapi/dataset.md +++ b/docSite/content/zh-cn/docs/development/openapi/dataset.md @@ -1175,7 +1175,7 @@ curl --location --request POST 'http://localhost:3000/api/core/dataset/data/v2/l }' ``` -**4.6.7+** +**4.6.7-(即将弃用)** ```bash curl --location --request POST 'http://localhost:3000/api/core/dataset/data/list' \ @@ -1197,8 +1197,7 @@ curl --location --request POST 'http://localhost:3000/api/core/dataset/data/list {{% alert icon=" " context="success" %}} -- pageNum: 偏移量(选填) -- pageNum: 页码(选填) +- offset: 偏移量(选填) - pageSize: 每页数量,最大30(选填) - collectionId: 集合的ID(必填) - searchText: 模糊搜索词(选填) @@ -1220,7 +1219,7 @@ curl --location --request POST 'http://localhost:3000/api/core/dataset/data/list "data": { "pageNum": 1, "pageSize": 10, - "data": [ + "list": [ { "_id": "65abd4b29d1448617cba61db", "datasetId": "65abc9bd9d1448617cba5e6c",