Data Sources
Update Data Source
This API endpoint updates the Datasource’s description and/or connection parameters and/or list of tables using the PATCH
method.
Body
Provide a new description for the Datasource, which is used by the Mind to decide the relevant datasources for each question.
Provide the updated connection parameters for the selected engine. See available engines and connection parameters here.
This is an optional parameter that lets you specify tables that can be accessed by the Mind.
Response
HTTP status code indicating success. 200 OK
confirms the Datasource was updated.
Authorization
A valid API key must be passed in the Authorization
header:
Generate your API key here.
Path Parameters
The name of the Datasource you want to update.