Skip to content

Commit

Permalink
comment sample_fields definition in wetalb-api-views
Browse files Browse the repository at this point in the history
  • Loading branch information
luissian committed Jul 29, 2023
1 parent 30edadb commit 90ff63a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wetlab/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 90ff63a

Please sign in to comment.