mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-15 00:05:54 +08:00
fix: update Knowledge Api doc: 【Update a Chunk in a Document】 (#15823)
This commit is contained in:
parent
84a866028a
commit
98bd79f548
@ -1313,7 +1313,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
|
||||
<CodeGroup title="Response">
|
||||
```json {{ title: 'Response' }}
|
||||
{
|
||||
"data": [{
|
||||
"data": {
|
||||
"id": "",
|
||||
"position": 1,
|
||||
"document_id": "",
|
||||
@ -1337,7 +1337,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
|
||||
"completed_at": 1695312007,
|
||||
"error": null,
|
||||
"stopped_at": null
|
||||
}],
|
||||
},
|
||||
"doc_form": "text_model"
|
||||
}
|
||||
```
|
||||
|
@ -1319,7 +1319,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
|
||||
<CodeGroup title="Response">
|
||||
```json {{ title: 'Response' }}
|
||||
{
|
||||
"data": [{
|
||||
"data": {
|
||||
"id": "",
|
||||
"position": 1,
|
||||
"document_id": "",
|
||||
@ -1343,7 +1343,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
|
||||
"completed_at": 1695312007,
|
||||
"error": null,
|
||||
"stopped_at": null
|
||||
}],
|
||||
},
|
||||
"doc_form": "text_model"
|
||||
}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user