Rename a group in a set
PATCH/api/courses/:id/group-sets/:setId/groups/:groupId
Renames a group within its set (unique per set, case-insensitive). Course staff or admin.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 500
The updated group.
Missing or invalid name.
Not signed in.
Not course staff or a system admin.
Group not found in this set.
Name already used by another group in the set.
Server error.