diff --git a/src/ralph/api/routers/statements.py b/src/ralph/api/routers/statements.py index f1dbbc3e6..43b3279a7 100644 --- a/src/ralph/api/routers/statements.py +++ b/src/ralph/api/routers/statements.py @@ -386,7 +386,7 @@ async def put( current_user: Annotated[AuthenticatedUser, Depends(get_authenticated_user)], statement: LaxStatement, background_tasks: BackgroundTasks, - statement_id: UUID = Query(..., alias="statementId"), + statement_id: UUID = Query(alias="statementId"), _=Depends(strict_query_params), ): """Store a single statement as a single member of a set.