Zum Hauptinhalt springen
POST
/
knowledgeSource
/
filesConnector
/
{id}
/
reindex
Re-index a file
curl --request POST \
  --url https://demo.enneo.ai/api/mind/knowledgeSource/filesConnector/{id}/reindex \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

id
integer
erforderlich

Knowledge source ID

Antwort

File re-indexed successfully

success
boolean
Beispiel:

true