We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc77995 commit 156963dCopy full SHA for 156963d
1 file changed
src/datasets/domain/useCases/CreateDataset.ts
@@ -20,6 +20,7 @@ export class CreateDataset extends DatasetWriteUseCase<CreatedDatasetIdentifiers
20
*
21
* @param {DatasetDTO} [newDataset] - DatasetDTO object including the new dataset metadata field values for each metadata block.
22
* @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").
24
* @returns {Promise<CreatedDatasetIdentifiers>}
25
* @throws {ResourceValidationError} - If there are validation errors related to the provided information.
26
* @throws {ReadError} - If there are errors while reading data.
0 commit comments