This API allows updating an existing exam. You can:
Key Notes:
Scenario: Finalizing an Exam and Triggering AI Extraction
This API allows a teacher to finalize an exam by setting the final
attribute to true
using the PATCH Update Exams API.
Outcome:
Note:
isFinal
to true
, the AI extraction process is initiated. This process may take some time to complete.documents
or isFinal
can be processed at a time.Example Workflow:
{ "final": true }
.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
"4340132f-50fa-4877-9ffa-e9b7ee59d51f"
The details to update for the exam paper.
The body is of type object
.
Successfully updated exam details.
The response is of type object
.