Skip to content

Commit 15e9fe9

Browse files
authored
Merge pull request #11070 from IQSS/9665-changelog
changes made in #9665 belong in API changelog for 6.5, not 6.4
2 parents 82dad99 + 2d0c584 commit 15e9fe9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

doc/sphinx-guides/source/admin/dataverses-datasets.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ Creates a link between a dataset and a Dataverse collection (see the :ref:`datas
122122

123123
curl -H "X-Dataverse-key: $API_TOKEN" -X PUT http://$SERVER/api/datasets/$linked-dataset-id/link/$linking-dataverse-alias
124124

125+
.. _list-collections-linked-from-dataset:
126+
125127
List Collections that are Linked from a Dataset
126128
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
127129

doc/sphinx-guides/source/api/changelog.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
API Changelog (Breaking Changes)
22
================================
33

4-
This API changelog is experimental and we would love feedback on its usefulness. Its primary purpose is to inform API developers of any breaking changes. (We try not ship any backward incompatible changes, but it happens.) To see a list of new APIs and backward-compatible changes to existing API, please see each version's release notes at https://github.com/IQSS/dataverse/releases
4+
This API changelog is experimental and we would love feedback on its usefulness. Its primary purpose is to inform API developers of any breaking changes. (We try not to ship any backward incompatible changes, but it happens.) To see a list of new APIs and backward-compatible changes to existing API, please see each version's release notes at https://github.com/IQSS/dataverse/releases
55

66
.. contents:: |toctitle|
77
:local:
88
:depth: 1
99

10+
v6.5
11+
----
12+
13+
- **/api/datasets/{identifier}/links**: The response from :ref:`list-collections-linked-from-dataset` has been improved to provide a more structured (but backward-incompatible) JSON response.
14+
1015
v6.4
1116
----
1217

1318
- **/api/datasets/$dataset-id/modifyRegistration**: Changed from GET to POST
1419
- **/api/datasets/modifyRegistrationPIDMetadataAll**: Changed from GET to POST
15-
- **/api/datasets/{identifier}/links**: The GET endpoint returns a list of Dataverses linked to the given Dataset. The format of the response has changes for v6.4 making it backward incompatible.
1620

1721
v6.3
1822
----

0 commit comments

Comments
 (0)