Zum Hauptinhalt springen
POST
/
knowledgeSource
/
filesConnector
/
{id}
/
refreshIndex
Refresh the index for a file
curl --request POST \
  --url https://demo.enneo.ai/api/mind/knowledgeSource/filesConnector/{id}/refreshIndex \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "id": 123,
  "modifiedAt": "2023-11-07T05:31:56Z"
}

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

id
integer
erforderlich

Knowledge source ID

Antwort

Index refresh queued successfully

success
boolean
Beispiel:

true

id
integer
modifiedAt
string<date-time>