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