curl --request POST \
--url https://demo.enneo.ai/api/mind/knowledgeSourceStructure \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
[
{
"id": 1,
"name": "Fragen",
"type": "faq",
"description": "Allgemeine Fragen",
"parent": 0,
"articleId": 123,
"source": "<string>",
"excluded": true,
"children": [
{
"id": 2,
"name": "Allgemeine Fragen",
"parent": 1,
"children": [
{}
]
}
]
}
]
'[
{
"id": 1,
"name": "Fragen",
"type": "faq",
"description": "Allgemeine Fragen",
"parent": 0,
"articleId": 123,
"source": "<string>",
"excluded": true,
"children": [
{
"id": 2,
"name": "Allgemeine Fragen",
"parent": 1,
"children": [
{}
]
}
]
}
]curl --request POST \
--url https://demo.enneo.ai/api/mind/knowledgeSourceStructure \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
[
{
"id": 1,
"name": "Fragen",
"type": "faq",
"description": "Allgemeine Fragen",
"parent": 0,
"articleId": 123,
"source": "<string>",
"excluded": true,
"children": [
{
"id": 2,
"name": "Allgemeine Fragen",
"parent": 1,
"children": [
{}
]
}
]
}
]
'[
{
"id": 1,
"name": "Fragen",
"type": "faq",
"description": "Allgemeine Fragen",
"parent": 0,
"articleId": 123,
"source": "<string>",
"excluded": true,
"children": [
{
"id": 2,
"name": "Allgemeine Fragen",
"parent": 1,
"children": [
{}
]
}
]
}
]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
The unique identifier of the knowledge source structur
1
The name of the knowledge source structure
"Fragen"
The type of the knowledge source structure
"faq"
The description of the knowledge source structure
"Allgemeine Fragen"
The parent id of the knowledge source structure
0
For website-type nodes only — the id of one representative knowledge_sources page under this structure node, used by the FE to build the article navigation link.
For website-type nodes only — the source URL of the representative page.
For website-type nodes only, present only when ?withExcluded=true was passed.
True if the node's source URL matches the parent connector's sourceConfig.excludePaths.
Show child attributes
Created
The unique identifier of the knowledge source structur
1
The name of the knowledge source structure
"Fragen"
The type of the knowledge source structure
"faq"
The description of the knowledge source structure
"Allgemeine Fragen"
The parent id of the knowledge source structure
0
For website-type nodes only — the id of one representative knowledge_sources page under this structure node, used by the FE to build the article navigation link.
For website-type nodes only — the source URL of the representative page.
For website-type nodes only, present only when ?withExcluded=true was passed.
True if the node's source URL matches the parent connector's sourceConfig.excludePaths.
Show child attributes