Import
Import new knowledge base documents
Import one or multiple new documents
Path parameters
workspaceIdstringRequired
contentPathstringRequired
Body
filestring · binaryRequired
Responses
201
Documents uploaded
application/json
404
Not found
application/json
409
Conflict
application/json
422
Validation error
application/json
post
POST /workspaces/{workspaceId}/content/folders/{contentPath}/import HTTP/1.1
Host:
Content-Type: multipart/form-data
Accept: */*
Content-Length: 17
{
"file": "binary"
}
{
"createdDocumentPaths": [
"text"
],
"updatedDocumentPaths": [
"text"
]
}
Last updated
Was this helpful?