Sign in

Patch course work material

documented

Updates a course work material.

PATCH /v1/courses/{courseId}/courseWorkMaterials/{id}Coursesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

Based on the official Google Classroom REST reference, the patch endpoint is PATCH https://classroom.googleapis.com/v1/courses/{courseId}/courseWorkMaterials/{id} with a required updateMask query parameter. See sources turn0search0 and turn0search1.