Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
"4340132f-50fa-4877-9ffa-e9b7ee59d51f"
Body
The details to update for the exam paper.
The exam paper file to be uploaded.
The class the exam paper belongs to.
12
The subject of the exam paper.
1
The type of the exam.
1
The set of the exam.
"C"
Date of the exam (should be in the format format - 'YYYY-MM-DD')
The section of the class.
"A"
After successfully uploaded files pass this parameter as true for the extraction for your exam.
true
Response
Successfully updated exam details.
The unique identifier for the updated exam.
"4340132f-50fa-4877-9ffa-e9b7ee59d51f"
Details of the documents attached to the exam.
[
{
"id": "628f10af-59b5-44f2-b27a-fdf30d254fd5",
"status": 0,
"pageNo": null,
"uploadTime": "2025-01-02T11:03:30.034720Z",
"url": "https://cgfblob.blob.core.windows.net/ielts/evaluation/CBSE_10_Maths_-_Mock_Test_A_SjFa0sA.pdf",
"fileType": 1
}
]