Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
740e8eb3
authored
Jan 14, 2025
by
Archer
Committed by
GitHub
Jan 14, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update doc (#3587)
parent
05a357df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
docSite/content/zh-cn/docs/development/openapi/dataset.md
+3
-4
No files found.
docSite/content/zh-cn/docs/development/openapi/dataset.md
View file @
740e8eb3
...
@@ -1175,7 +1175,7 @@ curl --location --request POST 'http://localhost:3000/api/core/dataset/data/v2/l
...
@@ -1175,7 +1175,7 @@ curl --location --request POST 'http://localhost:3000/api/core/dataset/data/v2/l
}'
}'
```
```
**4.6.7
+
**
**4.6.7
-(即将弃用)
**
```
bash
```
bash
curl
--location
--request
POST
'http://localhost:3000/api/core/dataset/data/list'
\
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
...
@@ -1197,8 +1197,7 @@ curl --location --request POST 'http://localhost:3000/api/core/dataset/data/list
{{% alert icon=" " context="success" %}}
{{% alert icon=" " context="success" %}}
-
pageNum: 偏移量(选填)
-
offset: 偏移量(选填)
-
pageNum: 页码(选填)
-
pageSize: 每页数量,最大30(选填)
-
pageSize: 每页数量,最大30(选填)
-
collectionId: 集合的ID(必填)
-
collectionId: 集合的ID(必填)
-
searchText: 模糊搜索词(选填)
-
searchText: 模糊搜索词(选填)
...
@@ -1220,7 +1219,7 @@ curl --location --request POST 'http://localhost:3000/api/core/dataset/data/list
...
@@ -1220,7 +1219,7 @@ curl --location --request POST 'http://localhost:3000/api/core/dataset/data/list
"data": {
"data": {
"pageNum": 1,
"pageNum": 1,
"pageSize": 10,
"pageSize": 10,
"
data
": [
"
list
": [
{
{
"_id": "65abd4b29d1448617cba61db",
"_id": "65abd4b29d1448617cba61db",
"datasetId": "65abc9bd9d1448617cba5e6c",
"datasetId": "65abc9bd9d1448617cba5e6c",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment