Skip to content

Commit

Permalink
Update index and show docs for Groups API (autolab#2045)
Browse files Browse the repository at this point in the history
Update index and show docs

(cherry picked from commit 27e3582)
  • Loading branch information
umar221b authored and NicholasMy committed Jan 8, 2024
1 parent a39ea9e commit 2d97556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ List all groups in an assessment
**Response:**

A JSON object containing the group_size, a list of groups, and the assessment containing the groups.
If `show_members` is set to true, a list of `assessment_user_datum` objects will be retrieved for each group as well.
If `show_members` is set to true, each group will have a list `members` of user objects that are members of that group.


#### show
Expand All @@ -205,7 +205,7 @@ Show the details of a group and its members

**Response:**

The requested group object.
The requested group object. It contains a list `members` of user objects that are members of that group.


#### create
Expand Down

0 comments on commit 2d97556

Please sign in to comment.