File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
src/datasets/domain/useCases Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ export class CreateDataset extends DatasetWriteUseCase<CreatedDatasetIdentifiers
2020 *
2121 * @param {DatasetDTO } [newDataset] - DatasetDTO object including the new dataset metadata field values for each metadata block.
2222 * @param {string } [collectionId] - Specifies the collection identifier where the new dataset should be created (optional, defaults to :root).
23+ * @param {string } [datasetType] - Specifies the dataset type (optional, when omitted, defaults to "dataset").
2324 * @returns {Promise<CreatedDatasetIdentifiers> }
2425 * @throws {ResourceValidationError } - If there are validation errors related to the provided information.
2526 * @throws {ReadError } - If there are errors while reading data.
You can’t perform that action at this time.
0 commit comments