Skip to content

Commit c14a740

Browse files
committed
Merged in dspace-cris-2023_02_x-DSC-1588 (pull request DSpace#61)
add orcid product sync setting to profile
2 parents 8f34951 + 7aefccb commit c14a740

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

profiles.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The JSON response document is as follow
2626
"mode": "MANUAL",
2727
"publicationsPreference": "ALL",
2828
"projectsPreference": "ALL",
29+
"productsPreference": "ALL",
2930
"profilePreferences": ["AFFILIATION", "EDUCATION", "BIOGRAPHICAL", "IDENTIFIERS"]
3031
},
3132
"type": "profile",
@@ -242,6 +243,7 @@ This operation allow to change the ORCID synchronization mode and preferences of
242243
To do this, REPLACE operations must be used with one of the following paths:
243244
* **/orcid/mode** - to update synchronization mode; allowed values are 'BATCH', 'MANUAL'
244245
* **/orcid/publications** - to update the preference relative to the publications synchronization; allowed values are 'DISABLED', 'ALL'
246+
* **/orcid/products** - to update the preference relative to the products synchronization; allowed values are 'DISABLED', 'ALL'
245247
* **/orcid/projects** - to update the preference relative to the projects synchronization; allowed values are 'DISABLED', 'ALL'
246248
* **/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.
247249

0 commit comments

Comments
 (0)