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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel
42
42
- Templates: Rename `CreateDatasetTemplateDTO` to `CreateTemplateDTO`.
43
43
- Templates: Rename `createDatasetTemplate` repository method to `createTemplate`.
44
44
- Templates: Rename `getDatasetTemplates` repository method to `getTemplatesByCollectionId`.
45
+
- Collections: `updateCollection` now supports partial updates by accepting `Partial<CollectionDTO>`. Only explicitly provided fields are sent in update requests, aligning with Dataverse API semantics. Metadata blocks handling was adjusted to respect inheritance flags and avoid invalid field combinations.
0 commit comments