Create a new dataset with the given name
Name of the dataset to create
Optional
options: { aclMode?: DatasetAclMode }Options for the dataset
Delete a dataset with the given name
Name of the dataset to delete
Edit a dataset with the given name
Name of the dataset to edit
Optional
options: { aclMode?: DatasetAclMode }New options for the dataset
Fetch a list of datasets for the configured project
Client for managing datasets in a Sanity project. Provides methods for creating, deleting, and managing datasets.
Example