From 2d975563ad810dc2bfef276e8565f7d14c988064 Mon Sep 17 00:00:00 2001 From: Umar Alkafaween <30433769+umar221b@users.noreply.github.com> Date: Mon, 8 Jan 2024 10:58:24 +0300 Subject: [PATCH] Update index and show docs for Groups API (#2045) Update index and show docs (cherry picked from commit 27e35829a54e7d7db288f56b1233c9b43b5006c8) --- docs/api-interface.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api-interface.md b/docs/api-interface.md index f27c9b95..b90aab1b 100644 --- a/docs/api-interface.md +++ b/docs/api-interface.md @@ -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 @@ -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