Skip to content

Commit 972a1b9

Browse files
authored
Merge pull request DSpace#256 from uniba-ub/restcontract-issue255
replace orcid profile synchronization preferences - fundings instead of projects
2 parents d34e1bd + 371ea16 commit 972a1b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

profiles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The JSON response document is as follow
2525
"orcidSynchronization": {
2626
"mode": "MANUAL",
2727
"publicationsPreference": "ALL",
28-
"projectsPreference": "ALL",
28+
"fundingsPreference": "ALL",
2929
"profilePreferences": ["BIOGRAPHICAL", "IDENTIFIERS"]
3030
},
3131
"type": "profile"
@@ -235,7 +235,7 @@ This operation allow to change the ORCID synchronization mode and preferences of
235235
To do this, REPLACE operations must be used with one of the following paths:
236236
* **/orcid/mode** - to update synchronization mode; allowed values are 'BATCH', 'MANUAL'
237237
* **/orcid/publications** - to update the preference relative to the publications synchronization; allowed values are 'DISABLED', 'ALL'
238-
* **/orcid/projects** - to update the preference relative to the projects synchronization; allowed values are 'DISABLED', 'ALL'
238+
* **/orcid/fundings** - to update the preference relative to the fundings synchronization; allowed values are 'DISABLED', 'ALL'
239239
* **/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.
240240

241241

0 commit comments

Comments
 (0)