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