added missing parameter(s)

This commit is contained in:
Miriam Baglioni 2020-04-17 16:52:30 +02:00
parent 390e250faf
commit eacd140a98
1 changed files with 12 additions and 0 deletions

View File

@ -34,5 +34,17 @@
"paramLongName":"resultTableName",
"paramDescription": "the name of the result table we are currently working on",
"paramRequired": true
},
{
"paramName":"pu",
"paramLongName":"possibleUpdatesPath",
"paramDescription": "the path the the association resultId orcid author list can be found",
"paramRequired": true
},
{
"paramName":"test",
"paramLongName":"isTest",
"paramDescription": "true if it is executing a test",
"paramRequired": false
}
]