diff --git a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/upload_zenodo.json b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/upload_zenodo.json index 4c3ec06e1..7632c76cd 100644 --- a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/upload_zenodo.json +++ b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/upload_zenodo.json @@ -1,9 +1,9 @@ [ { - "paramName":"nd", - "paramLongName":"newDeposition", - "paramDescription": "if it is a new deposition (true) or a new versione (false)", + "paramName":"dt", + "paramLongName":"depositionType", + "paramDescription": "the type of the deposition (new, version, update)", "paramRequired": true }, { @@ -18,6 +18,12 @@ "paramDescription": "the path to the serialization of the community map", "paramRequired": false }, + { + "paramName":"di", + "paramLongName":"depositionId", + "paramDescription": "the id of an open deposition which has not been published", + "paramRequired": false + }, { "paramName":"hdfsp", "paramLongName":"hdfsPath",