Skip to content

Commit

Permalink
limit response
Browse files Browse the repository at this point in the history
  • Loading branch information
Mropat committed Mar 30, 2022
1 parent 6094960 commit 69f4228
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions genotype_api/api/endpoints/plates.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,7 @@ def sign_off_plate(
"/{plate_id}",
response_model=PlateReadWithAnalysisDetailSingle,
response_model_by_alias=False,
response_model_exclude={
"analyses": {
"__all__": {
"sample": {
"__all__": {
"analyses",
}
}
}
}
},
response_model_exclude={"analyses": {"__all__": {"sample": {"__all__": {"analyses": True}}}}},
)
def read_plate(
plate_id: int,
Expand Down

0 comments on commit 69f4228

Please sign in to comment.