diff --git a/wetlab/api/views.py b/wetlab/api/views.py index 4f6aaadab..79763f484 100644 --- a/wetlab/api/views.py +++ b/wetlab/api/views.py @@ -60,13 +60,14 @@ description="Project name to fetch the sample project fields defined. Example Relecov", type=openapi.TYPE_STRING, ) - +""" sample_fields = openapi.Parameter( "project", openapi.IN_QUERY, description="Fetch the sample fields", type=openapi.TYPE_STRING, ) +""" laboratory = openapi.Parameter( "laboratory",