|
@@ -1313,7 +1313,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
|
|
<CodeGroup title="Response">
|
|
<CodeGroup title="Response">
|
|
```json {{ title: 'Response' }}
|
|
```json {{ title: 'Response' }}
|
|
{
|
|
{
|
|
- "data": [{
|
|
|
|
|
|
+ "data": {
|
|
"id": "",
|
|
"id": "",
|
|
"position": 1,
|
|
"position": 1,
|
|
"document_id": "",
|
|
"document_id": "",
|
|
@@ -1337,7 +1337,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
|
|
"completed_at": 1695312007,
|
|
"completed_at": 1695312007,
|
|
"error": null,
|
|
"error": null,
|
|
"stopped_at": null
|
|
"stopped_at": null
|
|
- }],
|
|
|
|
|
|
+ },
|
|
"doc_form": "text_model"
|
|
"doc_form": "text_model"
|
|
}
|
|
}
|
|
```
|
|
```
|