Skip to main content
PATCH
/
knowledgeSource
/
filesConnector
/
{id}
/
move
Move a file to a different folder
curl --request PATCH \
  --url https://demo.enneo.ai/api/mind/knowledgeSource/filesConnector/{id}/move \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "folderId": 12
}'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

id
integer
required

Knowledge source ID

Body

application/json
folderId
integer
required

Target folder structure ID

Example:

12

Response

File moved successfully

success
boolean
Example:

true