Skip to content

Commit

Permalink
fix openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
mmabrouk committed Dec 4, 2023
1 parent 703c774 commit 68159aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agenta-backend/agenta_backend/routers/evaluation_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ async def create_evaluation_scenario(
"/{evaluation_id}/evaluation_scenario/{evaluation_scenario_id}/{evaluation_type}/"
)
async def update_evaluation_scenario_router(
evaluation_id: str,
evaluation_scenario_id: str,
evaluation_type: EvaluationType,
evaluation_scenario: EvaluationScenarioUpdate,
Expand Down

0 comments on commit 68159aa

Please sign in to comment.