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.
HTTP request
PATCH https://classroom.googleapis.com/v1/courses/{courseId}/studentGroups/{id}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
courseId |
Required. Identifier of the course. |
id |
Required. Identifier of the student group. |
Query parameters
Parameters | |
---|---|
updateMask |
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:
This is a comma-separated list of fully qualified names of fields. Example: |
previewVersion |
Optional. The endpoint preview version. This must be set in order to access new API capabilities made available to developers in the Preview Program. |
Request body
The request body contains an instance of StudentGroup
.
Response body
If successful, the response body contains an instance of StudentGroup
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/classroom.rosters
For more information, see the Authorization guide.