pub async fn update_dataset(
configuration: &Configuration,
tr_organization: &str,
update_dataset_request: UpdateDatasetRequest,
) -> Result<Dataset, Error<UpdateDatasetError>>
Expand description
One of id or tracking_id must be provided. The auth’ed user must be an owner of the organization to update a dataset.