curl --request POST \
--url https://demo.enneo.ai/api/mind/team/{id} \
--header 'Content-Type: application/json' \
--data '{
"id": 1,
"name": "Support",
"parent": 0,
"description": "Allgemeine Fragen",
"settings": {
"roleId": 1,
"skills": {
"tagIds": [
1,
2
],
"channels": [
"email",
"chat"
]
},
"supersetRole": "analyticsReadAll",
"inheritParentalSettings": true
}
}'
{
"success": true
}
Cookie-based authentication
Created
Data format of Enneo success messages
curl --request POST \
--url https://demo.enneo.ai/api/mind/team/{id} \
--header 'Content-Type: application/json' \
--data '{
"id": 1,
"name": "Support",
"parent": 0,
"description": "Allgemeine Fragen",
"settings": {
"roleId": 1,
"skills": {
"tagIds": [
1,
2
],
"channels": [
"email",
"chat"
]
},
"supersetRole": "analyticsReadAll",
"inheritParentalSettings": true
}
}'
{
"success": true
}