[Clean Context] changed the description in input parameters

This commit is contained in:
Miriam Baglioni 2022-04-20 15:41:03 +02:00
parent 79336d46c5
commit dbfbe8841a
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
{ {
"paramName": "ci", "paramName": "ci",
"paramLongName": "contextId", "paramLongName": "contextId",
"paramDescription": "url to the ISLookup Service", "paramDescription": "the id of the context to be removed",
"paramRequired": true "paramRequired": true
}, },
{ {
@ -31,7 +31,7 @@
},{ },{
"paramName": "vf", "paramName": "vf",
"paramLongName": "verifyParam", "paramLongName": "verifyParam",
"paramDescription": "url to the ISLookup Service", "paramDescription": "the parameter to be verified to remove the context",
"paramRequired": true "paramRequired": true
} }
] ]