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.
1 parent 87a1bfc commit 34f61ffCopy full SHA for 34f61ff
src/lapidary/render/model/openapi/model.py
@@ -180,7 +180,7 @@ class OpenAPI(OpenAPIBase):
180
alias='x-lapidary-headers-global',
181
default_factory=dict,
182
),
183
- ] = None
+ ]
184
"""Headers added to every request.
185
Unlike with operation headers, the default value found in the schema is sent over the wire"""
186
@@ -190,6 +190,5 @@ class OpenAPI(OpenAPIBase):
190
alias='x-lapidary-responses-global',
191
description='Common Responses, added to every operation. '
192
'Values in Responses declared in Operations override values in this one.',
193
- default=None,
194
195
] = None
0 commit comments