Skip to content

Commit

Permalink
docs: Updated /unlabeled/latest endpoint summary
Browse files Browse the repository at this point in the history
  • Loading branch information
fe51 committed Feb 12, 2025
1 parent d7a84bf commit fd4d8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/api_v1/endpoints/sequences.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async def fetch_sequence_detections(
]


@router.get("/unlabeled/latest", status_code=status.HTTP_200_OK, summary="Fetch all the latest sequences")
@router.get("/unlabeled/latest", status_code=status.HTTP_200_OK, summary="Fetch all the unlabeled sequences from the last 24 hours")
async def fetch_latest_unlabeled_sequences(
session: AsyncSession = Depends(get_session),
token_payload: TokenPayload = Security(get_jwt, scopes=[UserRole.ADMIN, UserRole.AGENT, UserRole.USER]),
Expand Down

0 comments on commit fd4d8ab

Please sign in to comment.