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
}Moves a file article to a new folder and rebuilds its source path. Fires a knowledgeSourceChanged action=update event.
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.