Patch course work material
documentedUpdates a course work material.
PATCH /v1/courses/{courseId}/courseWorkMaterials/{id}Coursesno implementation yet0 runsNo 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.