mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
Skip automatic header detection when "keepImplicitHeaders" is active, to prevent duplicate headers.
This commit is contained in:
@@ -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
|
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
|
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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user