Update dataset

Updates an existing DataHub dataset's metadata. The description and logoName fields can be updated.
Only the fields present in the request body are changed; an omitted field keeps its stored value, and an empty string clears it.
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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
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. Omit to keep the current description; send an empty string to clear it.

string
enum

The preset logo shown next to the dataset in the DoiT console. Omit to keep the current logo; send an empty string to clear it.

Responses

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