Skip to content

Commit

Permalink
Merge pull request #264 from DSpace/backport-256-to-dspace-7_x
Browse files Browse the repository at this point in the history
[Port dspace-7_x] replace orcid profile synchronization preferences - fundings instead of projects
  • Loading branch information
tdonohue committed May 3, 2024
2 parents 22eeef9 + e67546e commit dda4d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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.


Expand Down

0 comments on commit dda4d78

Please sign in to comment.