Function syncKnowledgebaseDatasource

  • Starts syncing a specified datasource to a specified knowledgebase index.

    Parameters

    • id: string

      The id of the knowledgebase the datasource belongs to.

    • datasourceId: string

      The id of the datasource to sync.

    • query: { migrate?: boolean }

      an object with query parameters

      • Optionalmigrate?: boolean

        Optional parameter to migrate indexed files to docdetails collection

    • Optionaloptions: ApiCallOptions

    Returns Promise<SyncKnowledgebaseDatasourceHttpResponse>

    SyncKnowledgebaseDatasourceHttpError