diff --git a/docs/useCases.md b/docs/useCases.md index d802fa8e..6c8ccd77 100644 --- a/docs/useCases.md +++ b/docs/useCases.md @@ -45,7 +45,6 @@ The different use cases currently available in the package are classified below, - [Get Maximum Embargo Duration In Months](#get-maximum-embargo-duration-in-months) - [Get ZIP Download Limit](#get-zip-download-limit) - ## Collections ### Collections Read Use Cases @@ -107,7 +106,6 @@ _See [use case](../src/datasets/domain/useCases/GetDataset.ts)_ definition. The `collectionId` parameter can be a string, for identifying by the collection alias, or a number, for numeric identifiers. - #### Get Dataset By Private URL Token Returns a [Dataset](../src/datasets/domain/models/Dataset.ts) instance, given an associated Private URL Token.