update_quizzes
Batch update existing quizzes while preserving omitted attributes. Modify quiz details or clear description_html without affecting other fields; questions require a separate tool.
Instructions
Update one or more existing quizzes. This is a BATCH operation.
Each item needs an `id`. This is a PARTIAL update: an attribute you omit is
PRESERVED, not cleared. Passing `description_html: ""` DOES clear it.
Questions are not editable here - use `update_questions`. Requires the
`quizzes:write` OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quizzes | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| note | Yes | ||
| total | Yes | ||
| failed | Yes | ||
| succeeded | Yes |