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: doc/sphinx-guides/source/api/changelog.rst
+6-5
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,19 @@ This API changelog is experimental and we would love feedback on its usefulness.
10
10
v6.6
11
11
----
12
12
13
+
- The JSON representation for a datasetVersion sent or received in API calls has changed such that
14
+
15
+
- "versionNote" -> "deaccessionNote"
16
+
- "archiveNote" --> "deaccessionLink"
17
+
- These may be non-null for deaccessioned versions and an optional new "versionNote" field indicating the reason a version was created may be present on any datasetversion.
18
+
13
19
- **/api/metadatablocks** is no longer returning duplicated metadata properties and does not omit metadata properties when called.
14
20
- **/api/roles**: :ref:`show-role` now properly returns 403 Forbidden instead of 401 Unauthorized when you pass a working API token that doesn't have the right permission.
15
21
- The content type for the ``schema.org`` dataset metadata export format has been corrected. It was ``application/json`` and now it is ``application/ld+json``. See also :ref:`export-dataset-metadata-api`.
16
22
17
23
v6.5
18
24
----
19
25
20
-
- The JSON representation for a datasetVersion sent or received in API calls has changed such that
21
-
- "versionNote" -> "deaccessionNote"
22
-
- "archiveNote" --> "deaccessionLink"
23
-
These may be non-null for deaccessioned versions and an optional new "versionNote" field indicating the reason a version was created may be present on any datasetversion.
24
-
25
26
- **/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.
0 commit comments