Skip to content

Commit 26f938c

Browse files
atarix83vins01-4science
authored andcommitted
Merged in dspace-cris-2023_02_x-DSC-1589 (pull request DSpace#62)
Patent entity in Orcid Push Approved-by: Vincenzo Mecca
2 parents c14a740 + 46fc98e commit 26f938c

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
@@ -27,6 +27,7 @@ The JSON response document is as follow
2727
"publicationsPreference": "ALL",
2828
"projectsPreference": "ALL",
2929
"productsPreference": "ALL",
30+
"patentsPreference": "DISABLED",
3031
"profilePreferences": ["AFFILIATION", "EDUCATION", "BIOGRAPHICAL", "IDENTIFIERS"]
3132
},
3233
"type": "profile",
@@ -244,6 +245,7 @@ To do this, REPLACE operations must be used with one of the following paths:
244245
* **/orcid/mode** - to update synchronization mode; allowed values are 'BATCH', 'MANUAL'
245246
* **/orcid/publications** - to update the preference relative to the publications synchronization; allowed values are 'DISABLED', 'ALL'
246247
* **/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'
247249
* **/orcid/projects** - to update the preference relative to the projects synchronization; allowed values are 'DISABLED', 'ALL'
248250
* **/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.
249251

0 commit comments

Comments
 (0)