diff --git a/arnold/api/api_v1/endpoints/case.py b/arnold/api/api_v1/endpoints/case.py index c2a1638..dc19648 100644 --- a/arnold/api/api_v1/endpoints/case.py +++ b/arnold/api/api_v1/endpoints/case.py @@ -13,7 +13,6 @@ "/case/", response_description="Create a new case document", status_code=status.HTTP_201_CREATED, - response_model=JSONResponse, ) def create_case( case: Case = Body(...),