From 371ea16e569fc73d6456f27648faa7b1dd982d9d Mon Sep 17 00:00:00 2001 From: "Gantner, Florian Klaus" Date: Wed, 21 Feb 2024 15:09:28 +0100 Subject: [PATCH] replace orcid profile projects by fundings https://github.com/DSpace/RestContract/issues/255 --- profiles.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles.md b/profiles.md index 95c00d1c..b753f4d7 100644 --- a/profiles.md +++ b/profiles.md @@ -25,7 +25,7 @@ The JSON response document is as follow "orcidSynchronization": { "mode": "MANUAL", "publicationsPreference": "ALL", - "projectsPreference": "ALL", + "fundingsPreference": "ALL", "profilePreferences": ["BIOGRAPHICAL", "IDENTIFIERS"] }, "type": "profile" @@ -235,7 +235,7 @@ This operation allow to change the ORCID synchronization mode and preferences of To do this, REPLACE operations must be used with one of the following paths: * **/orcid/mode** - to update synchronization mode; allowed values are 'BATCH', 'MANUAL' * **/orcid/publications** - to update the preference relative to the publications synchronization; allowed values are 'DISABLED', 'ALL' -* **/orcid/projects** - to update the preference relative to the projects synchronization; allowed values are 'DISABLED', 'ALL' +* **/orcid/fundings** - to update the preference relative to the fundings synchronization; allowed values are 'DISABLED', 'ALL' * **/orcid/profile** - to update the preference relative to the profile synchronization; allowed values are a 'BIOGRAPHICAL' (to synchronize other names, country and keywords) and 'IDENTIFIERS' (to synchronize external ids and urls). It is possible to specify multiple values using ',' as separator.