We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OpenAPIHeader
1 parent 946d6b7 commit afc255fCopy full SHA for afc255f
litestar/openapi/spec/header.py
@@ -67,7 +67,7 @@ class OpenAPIHeader(BaseSchemaObject):
67
"""When this is true, parameter values of type ``array`` or ``object`` generate separate parameters for each value
68
of the array or key-value pair of the map.
69
70
- For other types of parameters this property has no effect.When
+ For other types of parameters this property has no effect. When
71
`style <https://spec.openapis.org/oas/v3.1.0#parameterStyle>`__ is ``form``, the default value is ``True``. For all
72
other styles, the default value is ``False``.
73
"""
0 commit comments