add a new filed redirect doi to deposit
Add an information to specify a 'redirect' DOI in the deposit form, to specify the real/official/Golden archive.
To test this feature, you need to create a deposit using Rest API :
- POST request to http://localhost:16106/dlcm/preingest/deposits, You need to provide json object as body.
- POST request to http://localhost:16106/dlcm/preingest/deposits/RESID/contributors, You need to provide an array with resid of a contributor ["resid_of_a_contributor"]
Edited by Homada.Boumedane