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",
"paramLongName":"communityMapPath",
"paramDescription": "the path to the serialization of the community map",
"paramRequired": false
"paramRequired": true
},
{
"paramName":"s",

View File

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

View File

@ -12,12 +12,6 @@
"paramDescription": "The id of the concept record for a new version",
"paramRequired": false
},
{
"paramName":"is",
"paramLongName":"isLookUpUrl",
"paramDescription": "URL of the isLookUp Service",
"paramRequired": true
},
{
"paramName":"cmp",
"paramLongName":"communityMapPath",