classroom_patch_announcement
Modify an existing announcement by updating its text, state, or scheduled time. Provide a comma-separated update mask to indicate the fields to change.
Instructions
Edit an existing announcement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| text | No | ||
| state | No | ||
| courseId | Yes | ||
| updateMask | Yes | Comma-separated supplied fields: text,state,scheduledTime | |
| scheduledTime | No | RFC 3339 timestamp, or null to cancel scheduled publication. |