Skip to content

Commit

Permalink
fix: return model from /split incidents
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiryous committed Dec 19, 2024
1 parent 267cb96 commit a6653ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep/api/routes/incidents.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def delete_incident(
@router.post(
"/{incident_id}/split",
description="Split incident by incident id",
response_model=IncidentDto,
response_model=SplitIncidentResponseDto,
)
async def split_incident(
incident_id: UUID,
Expand Down

0 comments on commit a6653ab

Please sign in to comment.