Update an assignment problem's settings
PUT/api/courses/:id/assignments/:aid/problems/:pid
Updates the per-assignment settings for one problem: its point value, submission cap, and whether the autograder runs. Course staff (faculty or TAs) or a system admin. The problem must already be linked to the assignment, and the assignment must belong to the course in the path.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The updated assignment-problem settings.
Invalid JSON or settings.
Not signed in.
Caller is not course staff (faculty or TA) or a system admin.
The problem isn't linked to this assignment/course.
Server error.