Skip to content

Commit

Permalink
Update NIPTool/API/external/api/api_v1/endpoints/update.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mayabrandi committed Apr 1, 2021
1 parent 4f0d8ce commit ff2b281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NIPTool/API/external/api/api_v1/endpoints/update.py
Expand Up @@ -22,7 +22,7 @@

@router.post("/set_sample_status")
async def set_sample_status(request: Request, adapter: NiptAdapter = Depends(get_nipt_adapter)):
"""Update the sample status."""
"""Update the manualy interpreted chromosome abnormality status for a sample."""

form = await request.form()

Expand Down

0 comments on commit ff2b281

Please sign in to comment.