We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f40dc4 commit 35c8154Copy full SHA for 35c8154
1 file changed
src/webapp/routers/data.py
@@ -1110,6 +1110,7 @@ def get_support_overview(
1110
# Return a 400 error with the specific message from ValueError
1111
raise HTTPException(status_code=status.HTTP_400_BAD_REQUEST, detail=str(ve))
1112
1113
+
1114
@router.get("/{inst_id}/training/support-overview/{run_id}")
1115
def get_training_support_overview(
1116
inst_id: str,
0 commit comments