update-assignment
Update an existing Canvas assignment by providing its course ID and assignment ID. Modify fields such as name, due date, points, grading type, and more.
Instructions
Update an assignment. All fields are optional except courseId and assignmentId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| due_at | No | ||
| courseId | Yes | The ID of the course | |
| published | No | ||
| description | No | ||
| assignmentId | Yes | The ID of the assignment | |
| grading_type | No | ||
| points_possible | No | ||
| submission_types | No | ||
| assignment_group_id | No |