You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,14 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel
9
9
### Added
10
10
11
11
- Datasets: Added `updateDatasetLicense` use case and repository method to support Dataverse endpoint `PUT /datasets/{id}/license`, for updating dataset license or custom terms
12
+
12
13
- New Use Case: [Get Collections For Linking Use Case](./docs/useCases.md#get-collections-for-linking).
13
-
- New Use Case: [Create a Dataset Template](./docs/useCases.md#create-a-dataset-template) under Collections.
14
+
15
+
- New Use Case: [Create a Dataset Template](./docs/useCases.md#create-a-dataset-template) under Templates.
16
+
17
+
- New Use Case: [Get a Template](./docs/useCases.md#get-a-template) under Templates.
18
+
19
+
- New Use Case: [Delete a Template](./docs/useCases.md#delete-a-template) under Templates.
14
20
15
21
- New Use Case: [Update Terms of Access](./docs/useCases.md#update-terms-of-access).
Returns a [DatasetTemplate](../src/template/domain/models/DatasetTemplate.ts) array containing the dataset templates of the requested collection, given the collection identifier or alias.
0 commit comments