Create an assignment due-date override
POST/api/courses/:id/assignments/:aid/overrides
Creates a per-student due-date override. Course staff (faculty or TAs) or a system admin. The target must be a student enrolled in the course. Dates are interpreted in the course's timezone; the effective window (override values falling back to the base) must stay ordered.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 409
- 500
The created override.
Invalid target or window.
Not signed in.
Not course staff or a system admin.
Assignment not found in this course.
An override already exists for this student.
Server error.