Update dataset

Updates an existing DataHub dataset's metadata. Only the description field can be updated. The dataset name is immutable and serves as the resource identifier. To rename a dataset, delete it and create a new one. If name is included in the request body, it must match the dataset name in the URL path. A mismatched name will be rejected with a 400 error.

Path Params
string
required

The name of the dataset to update (immutable, used for identification only).

Body Params
string

Must match the dataset name in the URL path. Included for idempotency; the name cannot be changed.

string

The new description for the dataset.

Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json