Update Data Source from CSV

If able to successfully parse the attached file as a CSV file, the endpoint will overwrite the contents of the single collection with the new data. The collection reference is left unchanged, but will have new items.

A specific collection in a data source can be replaced by including both the data source and collection query parameters. In this case, the items in that single collection will be overwritten with the values from the CSV. The target collection's id will remain the same, i.e., the original collection is the same, just the items have changed. The specified collection must belong to the specified data source.

Valid Authentication Methods

OAuth 2.0 User Token Scopes:

  • data-service.admin
Query Params
string
required

URI of Data source to update

string

URI of Collection to update

Body Params
file
required

CSV file to upload

Responses

Language
Credentials
OAuth2