courses
Updates a course. Note: Unlike other fields, levels is not cleared if omitted from the request. The UpdateCourse method only modifies levels if it is explicitly provided; otherwise, the existing value is preserved. Use the PatchCourse method to clear the levels field. This method returns the following error codes: * PERMISSION_DENIED if the requesting user is not permitted to modify the requested course or for access errors. * NOT_FOUND if no course exists with the requested ID. * FAILED_PRECONDITION for the following request errors: * CourseNotModifiable * CourseTitleCannotContainUrl
put/v1/courses/{id}
Path parameters
idstring required
Identifier of the course to update. This identifier can be either the Classroom-assigned identifier or an alias.
Request body
Response
Successful response