Update a course assignment (partial)
PATCH/api/courses/:id/assignments/:aid
Partial update of an assignment: only the fields present in the body are changed. Course staff (faculty or TAs) or a system admin, with the same unpublish guard and late-window validation as the full update.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The updated assignment.
Inconsistent late-submission window.
Not signed in.
Not course staff or a system admin, or a state guard blocked the change.
Assignment not found in this course.
Server error.