v1

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

Updates one or more fields in a student group. This method returns the following error codes: * PERMISSION_DENIED if the requesting user is not permitted to modify the requested student group or for access errors. * NOT_FOUND if the student group does not exist or the user does not have access to the student group. * INVALID_ARGUMENT if invalid fields are specified in the update mask or if no update mask is supplied.

patch/v1/courses/{courseId}/studentGroups/{id}

Path parameters

courseIdstring required

Required. Identifier of the course.

idstring required

Required. Identifier of the student group.

Query parameters

updateMaskstring

Required. Mask that identifies which fields on the student group to update. This field is required to do an update. The update fails if invalid fields are specified. The following fields can be specified by teachers: * title

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