Merge pull request '[graph provision] updated param specification for the XML converter job' (#380) from provision_community_api into beta

Reviewed-on: #380
This commit is contained in:
Claudio Atzori 2024-01-23 08:55:59 +01:00
commit 9812406589
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@
"paramRequired": true "paramRequired": true
}, },
{ {
"paramName": "ilu", "paramName": "cau",
"paramLongName": "isLookupUrl", "paramLongName": "contextApiBaseUrl",
"paramDescription": "URL of the isLookUp Service", "paramDescription": "URL of the context API",
"paramRequired": true "paramRequired": true
} }
] ]