Skip to content

Commit

Permalink
Update src/apps/activities/router.py
Browse files Browse the repository at this point in the history
Co-authored-by: Farmer Paul <[email protected]>
  • Loading branch information
rcmerlo and farmerpaul authored Dec 2, 2024
1 parent 33fb441 commit 36c4fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/activities/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@

router.get(
"/applet/{applet_id}/subject/{subject_id}/counters",
description="""Get number of submissions and participants for applets activities and activity flows.
description="""Get number of submissions and participants for activities and activity flows associated with the given participant, either as respondent or target subject.
""",
status_code=status.HTTP_200_OK,
responses={
Expand Down

0 comments on commit 36c4fd8

Please sign in to comment.