This commit is contained in:
Miriam Baglioni 2021-07-13 18:08:46 +02:00
parent 970b387b8d
commit 52ce35d57b
3 changed files with 13 additions and 8 deletions

View File

@ -35,7 +35,12 @@
"paramLongName":"dumpType", "paramLongName":"dumpType",
"paramDescription": "the type of the dump (complete for the whole graph, community for the products related to communities, funder for the results with at least a link to project", "paramDescription": "the type of the dump (complete for the whole graph, community for the products related to communities, funder for the results with at least a link to project",
"paramRequired": false "paramRequired": false
} }, {
"paramName":"cid",
"paramLongName":"communityId",
"paramDescription": "the id of the community to be dumped",
"paramRequired": false
}
] ]

View File

@ -25,7 +25,12 @@
"paramLongName": "isSparkSessionManaged", "paramLongName": "isSparkSessionManaged",
"paramDescription": "true if the spark session is managed, false otherwise", "paramDescription": "true if the spark session is managed, false otherwise",
"paramRequired": false "paramRequired": false
} }, {
"paramName":"cid",
"paramLongName":"communityId",
"paramDescription": "the id of the community to be dumped",
"paramRequired": false
}
] ]

View File

@ -12,12 +12,7 @@
"paramDescription": "The id of the concept record for a new version", "paramDescription": "The id of the concept record for a new version",
"paramRequired": false "paramRequired": false
}, },
{
"paramName":"cmp",
"paramLongName":"communityMapPath",
"paramDescription": "the path to the serialization of the community map",
"paramRequired": false
},
{ {
"paramName":"di", "paramName":"di",
"paramLongName":"depositionId", "paramLongName":"depositionId",