UpdateDatasetRequest: {
    crawl_options?: CrawlOptions | null;
    dataset_id?: string | null;
    dataset_name?: string | null;
    new_tracking_id?: string | null;
    server_configuration?: DatasetConfigurationDTO | null;
    tracking_id?: string | null;
}

Type declaration

  • Optionalcrawl_options?: CrawlOptions | null
  • Optionaldataset_id?: string | null

    The id of the dataset you want to update.

  • Optionaldataset_name?: string | null

    The new name of the dataset. Must be unique within the organization. If not provided, the name will not be updated.

  • Optionalnew_tracking_id?: string | null

    Optional new tracking ID for the dataset. Can be used to track the dataset in external systems. Must be unique within the organization. If not provided, the tracking ID will not be updated. Strongly recommended to not use a valid uuid value as that will not work with the TR-Dataset header.

  • Optionalserver_configuration?: DatasetConfigurationDTO | null
  • Optionaltracking_id?: string | null

    The tracking ID of the dataset you want to update.