diff options
Diffstat (limited to 'profiles/http/src/main/resources/open-cli-schema')
-rw-r--r-- | profiles/http/src/main/resources/open-cli-schema/http/default_input_parameters_http.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 6ac0ded2..01a4e3fb 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 @@ -43,7 +43,7 @@ parameters: default_value: false - name: verify type: bool - description: verify the command using available command sample file and mocking file + description: verify the command using available command sample file and mocking file. By default it goes with mock style. To enable the verification in real time, set DISABLE_MOCKING=true in the context param. default_value: false is_include: true is_optional: true
\ No newline at end of file |