From d58e892f55d7fb0d28fd47188f5648026646a67b Mon Sep 17 00:00:00 2001 From: Tim <> Date: Tue, 7 Sep 2021 15:43:59 +0200 Subject: [PATCH] Skip automatic header detection when "keepImplicitHeaders" is active, to prevent duplicate headers. --- OPTIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OPTIONS.md b/OPTIONS.md index a54e5c3..1f5b197 100644 --- a/OPTIONS.md +++ b/OPTIONS.md @@ -17,4 +17,4 @@ validateMetadata|boolean|-|false|Whether to show mismatches for incorrect name a ignoreUnresolvedVariables|boolean|-|false|Whether to ignore mismatches resulting from unresolved variables in the Postman request|VALIDATION strictRequestMatching|boolean|-|false|Whether requests should be strictly matched with schema operations. Setting to true will not include any matches where the URL path segments don't match exactly.|VALIDATION disableOptionalParameters|boolean|-|false|Whether to set optional parameters as disabled|CONVERSION -keepImplicitHeaders|boolean|-|false|Whether to keep implicit headers from the OpenAPI specification,which are removed by default.|CONVERSION +keepImplicitHeaders|boolean|-|false|Whether to keep implicit headers from the OpenAPI specification, which are removed by default.|CONVERSION