From c9f4e87e86c166ca5ba641dbb99d8a6a5f759e3a Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Thu, 28 Feb 2019 12:12:46 +0530 Subject: HTTP: Add multipart support with multiple files Issue-ID: CLI-129 Change-Id: I65a4d48bb7ce2922043739b83fdc13de7d2f584d Signed-off-by: Kanagaraj Manickam k00365106 --- .../open-cli-schema/http/default_input_parameters_http.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'profiles/http/src/main/resources/open-cli-schema') diff --git a/profiles/http/src/main/resources/open-cli-schema/http/default_input_parameters_http.yaml b/profiles/http/src/main/resources/open-cli-schema/http/default_input_parameters_http.yaml index 585aebbe..80a7e562 100644 --- a/profiles/http/src/main/resources/open-cli-schema/http/default_input_parameters_http.yaml +++ b/profiles/http/src/main/resources/open-cli-schema/http/default_input_parameters_http.yaml @@ -22,7 +22,7 @@ parameters: long_option: host-username default_value: $s{env:OPEN_CLI_HOST_USERNAME} is_optional: false - is_default_param: true + is_default_param: false - name: host-password type: string description: Host user password @@ -31,7 +31,7 @@ parameters: default_value: $s{env:OPEN_CLI_HOST_PASSWORD} is_secured: true is_optional: false - is_default_param: true + is_default_param: false - name: host-url type: url description: host url in http(s) @@ -39,7 +39,7 @@ parameters: long_option: host-url is_optional: false default_value: $s{env:OPEN_CLI_HOST_URL} - is_default_param: true + is_default_param: false - name: no-auth type: bool description: Whether to authenticate user or not @@ -62,4 +62,5 @@ parameters: To enable the verification of samples in real time, set DISABLE_MOCKING=true in the context parameter. default_value: false is_include: true - is_optional: true \ No newline at end of file + is_optional: true + is_default_param: true \ No newline at end of file -- cgit 1.2.3-korg