removed isLookUoUrl from the parameters

This commit is contained in:
Miriam Baglioni 2020-08-10 11:38:03 +02:00
parent 46986aae2d
commit 1cf7043e26
3 changed files with 3 additions and 19 deletions

View File

@ -1,15 +1,10 @@
[ [
{
"paramName":"is",
"paramLongName":"isLookUpUrl",
"paramDescription": "URL of the isLookUp Service",
"paramRequired": true
},
{ {
"paramName":"cmp", "paramName":"cmp",
"paramLongName":"communityMapPath", "paramLongName":"communityMapPath",
"paramDescription": "the path to the serialization of the community map", "paramDescription": "the path to the serialization of the community map",
"paramRequired": false "paramRequired": true
}, },
{ {
"paramName":"s", "paramName":"s",

View File

@ -12,12 +12,7 @@
"paramDescription": "the path to the serialization of the community map", "paramDescription": "the path to the serialization of the community map",
"paramRequired": false "paramRequired": false
}, },
{
"paramName":"is",
"paramLongName":"isLookUpUrl",
"paramDescription": "URL of the isLookUp Service",
"paramRequired": true
},
{ {
"paramName":"s", "paramName":"s",
"paramLongName":"sourcePath", "paramLongName":"sourcePath",

View File

@ -12,12 +12,6 @@
"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":"is",
"paramLongName":"isLookUpUrl",
"paramDescription": "URL of the isLookUp Service",
"paramRequired": true
},
{ {
"paramName":"cmp", "paramName":"cmp",
"paramLongName":"communityMapPath", "paramLongName":"communityMapPath",