added the new parameter for newdeposion/newversion and concept_record_id

This commit is contained in:
Miriam Baglioni 2020-08-07 18:00:06 +02:00
parent 3aedfdf0d6
commit 46986aae2d
1 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,17 @@
[
{
"paramName":"nd",
"paramLongName":"newDeposition",
"paramDescription": "if it is a new deposition (true) or a new versione (false)",
"paramRequired": true
},
{
"paramName":"cri",
"paramLongName":"conceptRecordId",
"paramDescription": "The id of the concept record for a new version",
"paramRequired": false
},
{
"paramName":"is",
"paramLongName":"isLookUpUrl",