Update a Submission

Behavior

Updates the specified submission by setting the values of the parameters passed. Any parameters not provided will be left unchanged.

Returns

Returns the updated submission if the update succeeded. This call will raise an error if update parameters are invalid.
















Path Params
int32
required

ID of the Submission you want to update.

Body Params
string

The assignment this submission corresponds to. Assignment must be a descendant of a course in which you are a Course Admin.

string

A list of the students who worked on this submission. A student can have at most one submission per assignment. These users must also be active students in the submission's course. Every submission must have at least 1 student.

string

The grader assigned to grade this submission, specified by email. This user must be an active grader in the submission's course. If submission.isFinalized == True, then this field cannot be null.

boolean

If True, the submission will be visible by students if the associated assignment is published.

int32

Index used to order the queue from which graders draw submissions. Low keys will be drawn from the queue first.

Response

Language
Credentials
Query
Request
Response
Choose an example:
application/json