curl --request PATCH \
--url https://demo.enneo.ai/api/mind/files/manager/folder \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"oldPath": "Audiodateien/Alt",
"newPath": "Audiodateien/Neu"
}
'{
"success": true
}curl --request PATCH \
--url https://demo.enneo.ai/api/mind/files/manager/folder \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"oldPath": "Audiodateien/Alt",
"newPath": "Audiodateien/Neu"
}
'{
"success": true
}JWT-based authentication
Folder renamed successfully
Data format of Enneo success messages
Operation was successful
true