v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1310484273.7 KB
courses

Creates a student group for a course. This method returns the following error codes: * PERMISSION_DENIED if the requesting user is not permitted to create the student group or for access errors. * NOT_FOUND if the course does not exist or the requesting user doesn't have access to the course. * FAILED_PRECONDITION if creating the student group would exceed the maximum number of student groups per course.

post/v1/courses/{courseId}/studentGroups

Path parameters

courseIdstring required

Required. The identifier of the course.

Request body

titlestring

The title of the student group.

courseIdstring

The identifier of the course.

idstring

The identifier of the student group.

Response

Successful response