Skip to content

Commit e9958e0

Browse files
committed
Merge branch 'dspace-cris-2023_02_x' into main-cris
2 parents df46c9d + 26f938c commit e9958e0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

profiles.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ The JSON response document is as follow
2626
"mode": "MANUAL",
2727
"publicationsPreference": "ALL",
2828
"projectsPreference": "ALL",
29+
"productsPreference": "ALL",
30+
"patentsPreference": "DISABLED",
2931
"profilePreferences": ["AFFILIATION", "EDUCATION", "BIOGRAPHICAL", "IDENTIFIERS"]
3032
},
3133
"type": "profile",
@@ -242,6 +244,8 @@ This operation allow to change the ORCID synchronization mode and preferences of
242244
To do this, REPLACE operations must be used with one of the following paths:
243245
* **/orcid/mode** - to update synchronization mode; allowed values are 'BATCH', 'MANUAL'
244246
* **/orcid/publications** - to update the preference relative to the publications synchronization; allowed values are 'DISABLED', 'ALL'
247+
* **/orcid/products** - to update the preference relative to the products synchronization; allowed values are 'DISABLED', 'ALL'
248+
* **/orcid/patents** - to update the preference relative to the patents synchronization; allowed values are 'DISABLED', 'ALL'
245249
* **/orcid/projects** - to update the preference relative to the projects synchronization; allowed values are 'DISABLED', 'ALL'
246250
* **/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.
247251

0 commit comments

Comments
 (0)