Skip to content

Commit

Permalink
remoce response
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrOertlin committed Mar 12, 2024
1 parent 02eb6da commit aba87de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arnold/api/api_v1/endpoints/case.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(...),
Expand Down

0 comments on commit aba87de

Please sign in to comment.