canvas_update_assignment
Modify course assignments in Canvas by updating details like name, description, due date, points, and publication status using course and assignment IDs.
Instructions
Update an existing assignment
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assignment_id | Yes | ID of the assignment to update | |
course_id | Yes | ID of the course | |
description | No | New assignment description | |
due_at | No | New due date (ISO format) | |
name | No | New name for the assignment | |
points_possible | No | New maximum points | |
published | No | Whether the assignment is published |