This is a generic API that allows you to update various components of an evaluation platform:
Scenario: Updating Question Text for Clarity or Correction:
Scenario: Adjusting the Marking Scheme for a Specific Question:
Scenario: Updating Model Answer’s Step Marking:
Scenario: Correcting Student Answer Evaluation Marking:
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Request payload containing a list of entities, including model answers and questions.
The body is of type object[]
.
Successful operation response indicating the data was updated successfully.
The response is of type object
.