forked from DSpace/RestContract
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dspace-cris-2023_02_x' into main-cris
# Conflicts: # suggestions.md # suggestiontargets.md # workspaceitem-data-upload.md
- Loading branch information
Showing
62 changed files
with
671 additions
and
263 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,8 @@ Also exposes whether it's a new user registration, or a password reset for an ex | |
"id": 1, | ||
"email": "[email protected]", | ||
"user": null, | ||
"type": "registration" | ||
"type": "registration", | ||
"uniqueType": "eperson.registration" | ||
} | ||
``` | ||
2. User registration linked to an eperson: | ||
|
@@ -32,7 +33,8 @@ Also exposes whether it's a new user registration, or a password reset for an ex | |
"id": 2, | ||
"email": "[email protected]", | ||
"user": "028dcbb8-0da2-4122-a0ea-254be49ca107", | ||
"type": "registration" | ||
"type": "registration", | ||
"uniqueType": "eperson.registration" | ||
} | ||
``` | ||
3. User registration done using **orcid** that didn't provide an email: | ||
|
@@ -42,6 +44,7 @@ Also exposes whether it's a new user registration, or a password reset for an ex | |
"email": null, | ||
"user": "028dcbb8-0da2-4122-a0ea-254be49ca107", | ||
"type": "registration", | ||
"uniqueType": "eperson.registration", | ||
"registrationType": "orcid", | ||
"netId": "0000-1111-2222-3333", | ||
"registrationMetadata": { | ||
|
@@ -87,6 +90,7 @@ Also exposes whether it's a new user registration, or a password reset for an ex | |
"email": "[email protected]", | ||
"user": "028dcbb8-0da2-4122-a0ea-254be49ca107", | ||
"type": "registration", | ||
"uniqueType": "eperson.registration", | ||
"registrationType": "orcid", | ||
"netId": "0000-1111-2222-3333", | ||
"registrationMetadata": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ Provide detailed information about a specific request. The JSON response documen | |
"acceptRequest":false, | ||
"allfiles":false, | ||
"type":"itemrequest", | ||
"uniqueType": "tools.itemrequest", | ||
"bitstreamId":"dca2dadb-7028-40a9-ab39-1a47726df7ef", | ||
"itemId":"71d9fb0c-cc36-41c1-b1d3-63887b414fca", | ||
"requestEmail":"[email protected]", | ||
|
Oops, something went wrong.