Skip to content

Commit

Permalink
fix: fixed an issue with duplicate operation_id
Browse files Browse the repository at this point in the history
  • Loading branch information
creyD committed Oct 10, 2024
1 parent 4d0ecb2 commit 22eaed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ async def get_logs(
return paginate(db, order_by_query(the_select))


@router.delete("/", status_code=200)
@router.delete("/", status_code=200, operation_id="log_delete_many")
async def delete_logs(
application: UUID,
environment: str | SkipJsonSchema[None] = None,
Expand Down

0 comments on commit 22eaed8

Please sign in to comment.