[T] OpenAPI3HeaderParameter
type OpenAPI3HeaderParameter = OpenAPI3ParameterBase & object;Type Declaration
Section titled “Type Declaration”| Name | Type | Description |
|---|---|---|
in | "header" | - |
name | string | Name of the parameter. |
style? | "simple" | Describes how the parameter value will be serialized depending on the type of the parameter value. Default value for header parameters is simple. See https://spec.openapis.org/oas/v3.0.4.html#style-values |