Type Alias UpdateAllOrgDatasetConfigsReqPayload

UpdateAllOrgDatasetConfigsReqPayload: {
    dataset_config: unknown;
}

Type declaration

  • dataset_config: unknown

    The new configuration for all datasets in the organization. Only the specified keys in the configuration object will be changed per dataset such that you can preserve dataset unique values.