Skip to main content
PATCH
/
knowledgeSource
/
filesConnector
/
folders
/
{id}
Rename or move a folder
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.

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

id
integer
required

Folder structure ID

Body

application/json
name
string

New folder name

Example:

"Vertrieb"

parentId
integer

New parent folder structure ID

Example:

10

Response

Folder updated successfully

success
boolean
Example:

true