Skip to main content
PATCH
Update Assignment Model Answer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Unique identifier of the assignment

modelAnswerId
string
required

Unique identifier of the model answer

Body

multipart/form-data
rubricId
string

Unique ID of the rubric to associate with the model answer sheet or you can refer this doc to get the rubricId

Example:

"2b973c83-2830-4712-87b7-64a8c0a99035"

isFinal
enum<string>

Flag to trigger evaluation if set to 'true'. Only one of documents, rubricId, or isFinal is allowed.

Available options:
true,
false
Example:

"true"

documents
file[]

List of model answer sheet documents to upload (if any).

Response

Model answer sheet updated successfully.

id
string<uuid>

Unique identifier for the model answer sheet.

Example:

"3b27e0be-f9e8-4c4d-977b-b315bfb292ab"

documents
object[]

List of documents associated with the model answer sheet.

Example:
rubric
object
status
integer

Status of the model answer sheet (refer this doc to get the constants)

Example:

1