Grant extra submissions to a student or group
POST/api/courses/:id/assignments/:aid/problems/:pid/grants
Grants extra submissions to one student or group on this problem, on top of the problem's shared cap. Repeat grants to the same target accumulate onto one row. Course staff (faculty or TAs) or a system admin.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 409
- 500
The grant row (with the accumulated total).
Invalid target or an unlimited problem.
Not signed in.
Not course staff or a system admin.
Problem not found in this assignment.
Course archived or a concurrent grant conflicted.
Server error.