curl --request PUT \
--url https://{api_endpoint}/api/v1/orchestrate/knowledge-bases/{kb_id}/documents \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form 'file_urls=<string>' \
--form 'files=<string>' \
--form files.items='@example-file'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request PUT \
--url https://{api_endpoint}/api/v1/orchestrate/knowledge-bases/{kb_id}/documents \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form 'file_urls=<string>' \
--form 'files=<string>' \
--form files.items='@example-file'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}