put http://<host>:9100/api/versioned/v1/datasets/
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 samekeyAttributeNames
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.