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,
"children": [
{
"id": 2,
"name": "Allgemeine Fragen",
"parent": 1,
"children": [
{}
]
}
]
}
]
'[
{
"id": 1,
"name": "Fragen",
"type": "faq",
"description": "Allgemeine Fragen",
"parent": 0,
"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,
"children": [
{
"id": 2,
"name": "Allgemeine Fragen",
"parent": 1,
"children": [
{}
]
}
]
}
]
'[
{
"id": 1,
"name": "Fragen",
"type": "faq",
"description": "Allgemeine Fragen",
"parent": 0,
"children": [
{
"id": 2,
"name": "Allgemeine Fragen",
"parent": 1,
"children": [
{}
]
}
]
}
]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
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
Show child attributes