fix: fixed an issue with duplicate operation_id

This commit is contained in:
2024-10-10 23:38:35 +02:00
parent 4d0ecb2ee8
commit 22eaed8a75

View File

@@ -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,