Skip to main content
Update an existing dataset by ID with the given code name, display name, schema kind, custom fields, and metadata.

Parameters

uuid.UUID
required
The ID of the dataset to update.
datasets.DatasetKind
required
The dataset kind.
string
required
The stable code identifier for the dataset.
string
required
The display name of the dataset.
[]datasets.Field
required
The full custom field list for the dataset schema.
[]datasets.DatasetOption
Options for dataset metadata.

Options

Set a short dataset summary.
Set the dataset’s markdown description.

Returns

The updated dataset object.