Newer Version Available

This content describes an older version of this product. View Latest

Dataset Resource

Returns, deletes, or updates a dataset with the specified ID or API name.

Resource URL

1/wave/datasets/<datasetIdOrApiName>

Formats

JSON

Available Version

36.0

HTTP Methods

GET DELETE PATCH

Response body for GET and PATCH

Dataset

Request body for PATCH

Dataset Input

The following JSON shows how to edit an existing dataset description.

1{
2  "description": "This is my dataset",
3  "label": "Test Dataset"
4}