diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-03-13 11:28:32 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-03-13 11:44:59 +0530 |
commit | 832fa27e7002efb57f9c141e1e8d04186a956df9 (patch) | |
tree | b3c76b922d5e54bce139362eca89524ecd505fef /profiles/http/src/main/resources/open-cli-http.properties | |
parent | 4c5a2237e1fe284eb2ed158f65d6c903477c5556 (diff) |
Add context in http to ignore empty nodes
Issue-ID: CLI-101
Change-Id: Ie84158a516f66a7d957db25386d9942e112b6ebf
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'profiles/http/src/main/resources/open-cli-http.properties')
-rw-r--r-- | profiles/http/src/main/resources/open-cli-http.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/http/src/main/resources/open-cli-http.properties b/profiles/http/src/main/resources/open-cli-http.properties index db19d088..bc7d33c9 100644 --- a/profiles/http/src/main/resources/open-cli-http.properties +++ b/profiles/http/src/main/resources/open-cli-http.properties @@ -6,7 +6,7 @@ cli.http.api_key_use_cookies=true cli.schema.http.sections=request,service,success_codes,result_map,sample_response cli.schema.http.sections.mandatory=request, success_codes -cli.schema.http.request.sections=uri,method,body,headers,queries,multipart_entity_name +cli.schema.http.request.sections=uri,method,body,headers,queries,multipart_entity_name,context cli.schema.http.request.sections.mandatory=uri,method cli.schema.http.service.sections=name,version,auth,mode |