diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/open_cli_schema_version_1_0.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/open_cli_schema_version_1_0.rst b/docs/open_cli_schema_version_1_0.rst index 92e6bab2..15bfe201 100644 --- a/docs/open_cli_schema_version_1_0.rst +++ b/docs/open_cli_schema_version_1_0.rst @@ -775,6 +775,21 @@ the sample queries : q2: value2 + +context +^^^^^^^ +*context* entry allows to customize the HTTP request and response processing. + +Following are the supported customization parameters: + +*remove_empty_node* : By default, OCLIP does not remove the empty json entries + in request body. Otherwise set this entry to true as below. + + request: + + context: + remove_empty_node: true + success_codes ~~~~~~~~~~~~~ Every REST API has set of success codes and OCLIP will treat the HTTP request |