curl --request PATCH \
--url https://demo.enneo.ai/api/mind/knowledgeSource/filesConnector/folders/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Vertrieb",
"parentId": 10
}
'{
"success": true
}Renames and/or moves a folder. After the change, rebuilds the source column for all descendant files and emits one knowledgeSourceChanged action=update event per descendant. Cortex handles these via update_properties (no re-embedding).
curl --request PATCH \
--url https://demo.enneo.ai/api/mind/knowledgeSource/filesConnector/folders/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Vertrieb",
"parentId": 10
}
'{
"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.
JWT-based authentication
Folder structure ID
Folder updated successfully
true