update-quiz
Modify an existing quiz in a Canvas course by updating its title, due date, points, type, description, or published status.
Instructions
Update an existing quiz in a course.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | The title of the quiz | |
| due_at | No | The due date for the quiz | |
| quizId | Yes | The ID of the quiz | |
| courseId | Yes | The ID of the course | |
| published | No | Whether the quiz is published | |
| quiz_type | No | The type of quiz | |
| description | No | A description of the quiz | |
| points_possible | No | The point value of the quiz |