Endpoint
Required Headers
Path Parameters
integer
required
The unique submission ID. Must be a numeric value.
Request Body
integer
required
The numeric grade to assign to the submission. Must be an integer between
0 and 10 (inclusive).string
Optional written feedback for the student. Maximum 1000 characters.
Example Request
Response
200 OK
Returns a confirmation message and the updated SubmissionObject reflecting the saved grade.Validation Error Responses (422)
The API returns a422 status with field-level error details when request body validation fails. The examples below show the possible validation errors:
Missing rating:

