Documentation: Modify Registration API #3318
Labels
Feature: API Guide
Hackathon: Low Hanging Fruit
hacktoberfest
It's Hacktoberfest! https://groups.google.com/g/dataverse-community/c/n_Nn_T2yA-w/m/BcoXO4tEAQAJ
Help Wanted: Documentation
Mentor: pdurbin
Type: Bug
a defect
User Role: Sysadmin
Installs, upgrades, and configures the system, connects via ssh
In a case where you need to update the Target URL for the DOI provider (we needed to do this when we moved from 3.6 to 4.0 and again when we added more widget support) there is an API that works on either a single Dataset or every dataset.
@path("{id}/modifyRegistration") for a single Dataset
or
@path("/modifyRegistrationAll") for all
They both call the UpdateDatasetTargetURLCommand.
This is not currently in the guide. It should be added to the Datasets section of the Native API Guide.
The text was updated successfully, but these errors were encountered: