Skip automatic header detection when "keepImplicitHeaders" is active, to prevent duplicate headers.

This commit is contained in:
Tim
2021-09-07 15:43:59 +02:00
parent 91aaff36d8
commit d58e892f55

View File

@@ -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