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
Response
Successful response