{
"id": "<string>",
"name": "<string>",
"size": 123,
"status": "<string>",
"chunkMethod": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>"
}{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>"
}{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>"
}Dataset
Update a document
PUT
/
Dataset
/
{datasetId}
/
document
/
{documentId}
{
"id": "<string>",
"name": "<string>",
"size": 123,
"status": "<string>",
"chunkMethod": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>"
}{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>"
}{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>"
}Authorizations
Headers
API key for authentication
Body
application/jsontext/jsonapplication/*+json
The body is of type any.

