Skip to content

Commit

Permalink
fix(Guides): add optional datasetVersionId
Browse files Browse the repository at this point in the history
Co-authored-by: Ellen Kraffmiller <[email protected]>
  • Loading branch information
MellyGray and ekraffmiller authored Feb 19, 2024
1 parent 04b20d4 commit e413555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/useCases.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ _See [use case](../src/datasets/domain/useCases/GetDataset.ts)_ definition.

The `datasetId` parameter can be a string, for persistent identifiers, or a number, for numeric identifiers.

The `datasetVersionId` parameter can correspond to a numeric version identifier, as in the previous example, or a [DatasetNotNumberedVersion](../src/datasets/domain/models/DatasetNotNumberedVersion.ts) enum value. If not set, the default value is `DatasetNotNumberedVersion.LATEST`.
The optional `datasetVersionId` parameter can correspond to a numeric version identifier, as in the previous example, or a [DatasetNotNumberedVersion](../src/datasets/domain/models/DatasetNotNumberedVersion.ts) enum value. If not set, the default value is `DatasetNotNumberedVersion.LATEST`.

There is an optional third parameter called `includeDeaccessioned`, which indicates whether to consider deaccessioned versions or not in the dataset search. If not set, the default value is `false`.

Expand Down

0 comments on commit e413555

Please sign in to comment.