Remove Context from result #208

Merged
miriam.baglioni merged 3 commits from cleancontext into beta 2022-04-20 15:45:32 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit dbfbe8841a - Show all commits

View File

@ -20,7 +20,7 @@
{
"paramName": "ci",
"paramLongName": "contextId",
"paramDescription": "url to the ISLookup Service",
"paramDescription": "the id of the context to be removed",
miriam.baglioni marked this conversation as resolved Outdated

Update param description

Update param description
"paramRequired": true
},
{
@ -31,7 +31,7 @@
},{
"paramName": "vf",
"paramLongName": "verifyParam",
"paramDescription": "url to the ISLookup Service",
"paramDescription": "the parameter to be verified to remove the context",
miriam.baglioni marked this conversation as resolved Outdated

Update param description

Update param description
"paramRequired": true
}
]