User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In
API Reference

Update a Dataset

Update descriptions and types for a dataset's schema

🚧

Requirements

In order to successfully update a dataset, the following must be true:

  • Dataset's name has to be the same
  • keyAttributeNames has to be the same

For an example POST body:

{
        "name": "Dataset created with api",
        "keyAttributeNames": ["F1"],
        "description": "Even more data in here than before",
  			"externalId": "pub_api_dataset"
}

Response Fields

Returns a dataset object describing the updated dataset.

Language