Zum Hauptinhalt springen
POST
/
knowledgeSource
/
websiteConnector
/
{id}
/
stop
Stop a running crawl
curl --request POST \
  --url https://demo.enneo.ai/api/mind/knowledgeSource/websiteConnector/{id}/stop \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

id
integer
erforderlich

Antwort

Crawl stopped

Data format of Enneo success messages

success
boolean

Operation was successful

Beispiel:

true