NOTE: Only DataSets created with the API can be updated via APIs.
Changing DataSet owner
Often there may be a case where an owner of a DataSet has changed companies and has had their access removed or simply changed roles in a company and is no longer responsible for the maintenance of a DataSet. In these cases, the DataSet API allows you to programmatically make updates by first querying for all DataSets owned by a user and then updating each with the new owner’s user ID.
Sample Request
See this sample request in Java, Python.Sample Response
Updating a DataSet schema
At times, it is necessary to update the DataSet’s schema.