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
@@ -20,6 +20,7 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel
20
20
- Guestbooks: Added dataset-level guestbook assignment and removal support via `assignDatasetGuestbook` (`PUT /api/datasets/{identifier}/guestbook`) and `removeDatasetGuestbook` (`DELETE /api/datasets/{identifier}/guestbook`).
21
21
- Datasets/Guestbooks: Added `guestbookId` in `getDataset` responses.
22
22
- Access: Added`access` module for guestbook-at-request and download terms/guestbook submission endpoints.
23
+
- DatasetType: Updated datasetType data model. Added two more fields Description and DisplayName.
The `datasetId` parameter is a number for numeric identifiers or string for persistent identifiers.
1415
1433
1416
-
# <<<<<<< HEAD
1417
-
1418
1434
#### Get Dataset Templates
1419
1435
1420
1436
Returns a [DatasetTemplate](../src/datasets/domain/models/DatasetTemplate.ts) array containing the dataset templates of the requested collection, given the collection identifier or alias.
The `datasetType` parameter must match [DatasetTypeDTO](../src/datasets/domain/dtos/DatasetTypeDTO.ts) and includes all [DatasetType](../src/datasets/domain/models/DatasetType.ts) fields except `id`.
1503
+
1480
1504
#### Link Dataset Type with Metadata Blocks
1481
1505
1482
1506
Link a dataset type with metadata blocks.
@@ -3014,6 +3038,10 @@ import { submitGuestbookForDatasetVersionDownload } from '@iqss/dataverse-client
The `datasetId` parameter can be a string, for persistent identifiers, or a number, for numeric identifiers.
3060
+
3061
+
The `versionId` parameter accepts a numbered version such as `'1.0'` or a non-numbered version such as `':latest'`.
3062
+
3063
+
The third parameter must match [GuestbookResponseDTO](../src/access/domain/dtos/GuestbookResponseDTO.ts). The resolved value is a signed download URL as a string.
0 commit comments