update_assignment
Modify an existing Canvas assignment's name, description, points, due date, submission types, or assignment group by specifying the course and assignment IDs.
Instructions
Update an existing assignment in a course.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | The Canvas course ID | |
| assignment_id | Yes | The Canvas assignment ID | |
| name | No | New assignment name | |
| description | No | New assignment description (HTML supported) | |
| points_possible | No | New maximum points | |
| due_at | No | New due date in ISO 8601 format (e.g. 2026-05-01T23:59:00Z) | |
| submission_types | No | New allowed submission types | |
| assignment_group_id | No | New assignment group ID |