update_assignment_override
Change due, unlock, and lock dates for a single assignment override (section or student). Use course ID, assignment ID, and override ID to apply new dates.
Instructions
Update dates on a single section/student override. Use list_assignment_overrides first to get the override ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due_at | No | Due date (ISO 8601). Empty string to clear. | |
| lock_at | No | Available until (ISO 8601). Empty string to clear. | |
| course_id | Yes | Canvas course ID | |
| unlock_at | No | Available from (ISO 8601). Empty string to clear. | |
| override_id | Yes | Override ID (from list_assignment_overrides) | |
| assignment_id | Yes | Assignment ID |