🗄️ Datasources
Update Datasource
This endpoint updates the details of an existing Datasource by its ID.
PUT
/
v1
/
datasources
/
{id}
Auth Headers
An API key for your org.
A Client ID for your org.
Params
The unique identifier of the Datasource you wish to update.
Body
Updated name of the Datasource.
An array of updated metadata fields, each having a name, type, and description.
Updated type of the Datasource.
Updated flag indicating whether auto-extraction is enabled or not.