Skip to content

[T] OpenAPI3PathParameter

type OpenAPI3PathParameter = OpenAPI3ParameterBase & object;
NameTypeDescription
in"path"-
namestringName of the parameter.
style?"simple" | "label" | "matrix"Describes how the parameter value will be serialized depending on the type of the parameter value. Default value for path parameters is simple. See https://spec.openapis.org/oas/v3.0.4.html#style-values