Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Port dspace-7_x] replace orcid profile synchronization preferences - fundings instead of projects #264

Merged
merged 1 commit into from
May 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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