update_assignment
Update an existing assignment in a Canvas course by changing its name, due date, description, points, or published status.
Instructions
Update an existing assignment in a Canvas course
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the assignment | |
| due_at | No | New due date in ISO 8601 format | |
| course_id | Yes | The course ID | |
| published | No | Whether the assignment is published | |
| description | No | New description for the assignment | |
| assignment_id | Yes | The assignment ID | |
| points_possible | No | New maximum points |