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 a4c3b76 commit 7da57f6Copy full SHA for 7da57f6
ogc_api_processes_fastapi/main.py
@@ -37,7 +37,7 @@ def register_route(
37
router.add_api_route(
38
name=route_name,
39
response_model=response_model,
40
- response_model_exclude_unset=False,
+ response_model_exclude_unset=True,
41
response_model_exclude_none=True,
42
endpoint=route_endpoint,
43
**config.ROUTES[route_name].dict(exclude={"client_method"})
0 commit comments