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.
2 parents 418b502 + 440e573 commit 4a2be33Copy full SHA for 4a2be33
ninja_extra/controllers/model/endpoints.py
@@ -460,7 +460,7 @@ def _setup(model_controller_type: t.Type["ModelControllerBase"]) -> t.Callable:
460
return route.delete(
461
working_path,
462
url_name=url_name,
463
- response={status_code: str},
+ response={status_code: None},
464
description=description,
465
operation_id=operation_id,
466
summary=summary,
0 commit comments