-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00a3331
commit 58e765a
Showing
2 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
7 changes: 2 additions & 5 deletions
7
doc/release-notes/9992-harvest-metadata-values-not-in-cvv-list.md
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 |
---|---|---|
@@ -1,6 +1,3 @@ | ||
The API endpoint `api/harvest/clients/{harvestingClientNickname}` has been extended to include the following fields: | ||
|
||
`AllowHarvestingMissingCVV` setting to enable/disable allowing datasets to be harvested with Controlled Vocabulary Values that existed in the originating Dataverse Project but are not in the harvesting Dataverse Project. | ||
The default value of this setting is false/no which will cause the harvesting of the dataset to fail. | ||
By activating this feature (true/yes) the value in question will be removed from the list of values and the dataset will be harvested without the missing value. | ||
|
||
`curl http://localhost:8080/api/admin/settings/:AllowHarvestingMissingCVV -X PUT -d yes` | ||
- `allowHarvestingMissingCVV`: enable/disable allowing datasets to be harvested with Controlled Vocabulary Values that existed in the originating Dataverse Project but are not in the harvesting Dataverse Project. Default is false. |
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