classroom_patch_material
Update an existing Google Classroom material post by revising its title, description, topic, scheduled time, or state. Specify the course ID, material ID, and update mask to apply changes.
Instructions
Update fields of an existing material post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| state | No | ||
| title | No | ||
| topicId | No | ||
| courseId | Yes | ||
| updateMask | Yes | Comma-separated supplied fields: title,description,topicId,scheduledTime,state | |
| description | No | ||
| scheduledTime | No | RFC 3339 timestamp, or null to cancel scheduled publication. |