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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel
15
15
- New Use Case: [Create a Template](./docs/useCases.md#create-a-template) under Templates.
16
16
- New Use Case: [Get a Template](./docs/useCases.md#get-a-template) under Templates.
17
17
- New Use Case: [Delete a Template](./docs/useCases.md#delete-a-template) under Templates.
18
-
- Templates: Added `setDefaultTemplate` use case and repository method to support Dataverse endpoint `POST /dataverses/{id}/template/default/{templateId}`.
19
-
- Templates: Added `removeDefaultTemplate` use case and repository method to support Dataverse endpoint `DELETE /dataverses/{id}/template/default`.
18
+
- Templates: Added `setTemplateAsDefault` use case and repository method to support Dataverse endpoint `POST /dataverses/{id}/template/default/{templateId}`.
19
+
- Templates: Added `unsetTemplateAsDefault` use case and repository method to support Dataverse endpoint `DELETE /dataverses/{id}/template/default`.
20
20
- New Use Case: [Update Terms of Access](./docs/useCases.md#update-terms-of-access).
0 commit comments