diff --git a/doc/release-notes/5.14-release-notes.md b/doc/release-notes/5.14-release-notes.md index 6c313ec1026..45d26fe7a29 100644 --- a/doc/release-notes/5.14-release-notes.md +++ b/doc/release-notes/5.14-release-notes.md @@ -368,6 +368,7 @@ Please see the [Update Metadata For a Dataset](https://guides.dataverse.org/en/l - Direct upload via the Dataverse UI will now support any algorithm configured via the `:FileFixityChecksumAlgorithm` setting. External apps using the direct upload API can now query Dataverse to discover which algorithm should be used. Sites that have been using an algorithm other than MD5 and direct upload and/or dvwebloader may want to use the `/api/admin/updateHashValues` call (see https://guides.dataverse.org/en/latest/installation/config.html?highlight=updatehashvalues#filefixitychecksumalgorithm) to replace any MD5 hashes on existing files. (PR #9482) - The OAI_ORE metadata export (and hence the archival Bag for a dataset) now includes information about file embargoes. (PR #9698) - DatasetFieldType attribute "displayFormat", is now returned by the API. (PR #9668) +- An API named 'MyData' is supported by Dataverse. It is used to get a list of the objects (datasets, dataverses or datafiles) that an authenticated user can modify. Documentation has been added describing its use. (PR #9596) ## Complete List of Changes diff --git a/doc/release-notes/5042-add-mydata-doc-api.md b/doc/release-notes/5042-add-mydata-doc-api.md deleted file mode 100644 index 5a77e266725..00000000000 --- a/doc/release-notes/5042-add-mydata-doc-api.md +++ /dev/null @@ -1,2 +0,0 @@ -An API named 'MyData' is supported by Dataverse. A documentation has been added describing its use (PR #9596) -This API is used to get a list of only the objects (datasets, dataverses or datafiles) that an authenticated user can modify.