curl --request PATCH \
--url https://demo.enneo.ai/api/mind/knowledgeSource/websiteConnector/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"maxPages": 123,
"includePaths": [
"<string>"
],
"excludePaths": [
"<string>"
],
"scheduleEnabled": true,
"frequency": "daily"
}
'{
"success": true
}curl --request PATCH \
--url https://demo.enneo.ai/api/mind/knowledgeSource/websiteConnector/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"maxPages": 123,
"includePaths": [
"<string>"
],
"excludePaths": [
"<string>"
],
"scheduleEnabled": true,
"frequency": "daily"
}
'{
"success": true
}JWT-based authentication
Successful operation
Data format of Enneo success messages
Operation was successful
true