Update Data Source

This endpoint takes a JSON object and uses it to update the data source's name and/or adapter type. The JSON object of the updated data source is returned. Updates will only occur if the user has access to the data source.

Valid Authentication Methods

OAuth 2.0 User Token Scopes:

  • data-service.admin
Path Params
integer
required

ID of data source to update

Body Params
string

New name for the data source being updated

string

New adapter type for the data source being update. Valid values are CSV, DATA_API, and UNKNOWN

Response

Language
Credentials
OAuth2